p

protostuff-runtime-md

protostuff runtime for mobile devices (actually JREs with no sun.reflect.* packages)
Files download
File Operation
protostuff-runtime-md-1.3.3.jar download
protostuff-runtime-md-1.3.3.pom download
protostuff-runtime-md-1.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-runtime-md</artifactId>
  <version>1.3.3</version>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff-runtime-md:1.3.3'
Gradle Kotlin
implementation("io.protostuff:protostuff-runtime-md:1.3.3")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff-runtime-md" % "1.3.3"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff-runtime-md', version='1.3.3')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff-runtime-md" rev="1.3.3" />
Leiningen
[io.protostuff/protostuff-runtime-md "1.3.3"]
Apache Buildr
'io.protostuff:protostuff-runtime-md:jar:1.3.3'