p

protostuff-api

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