p

protostuff-api

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