p

protostuff-uberjar

serialization api for messages
Files download
File Operation
protostuff-uberjar-1.4.4.jar download
protostuff-uberjar-1.4.4.pom download
protostuff-uberjar-1.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-uberjar</artifactId>
  <version>1.4.4</version>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff-uberjar:1.4.4'
Gradle Kotlin
implementation("io.protostuff:protostuff-uberjar:1.4.4")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff-uberjar" % "1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff-uberjar', version='1.4.4')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff-uberjar" rev="1.4.4" />
Leiningen
[io.protostuff/protostuff-uberjar "1.4.4"]
Apache Buildr
'io.protostuff:protostuff-uberjar:jar:1.4.4'