Files download
File Operation
protostuff-1.7.2.pom download
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff</artifactId>
  <version>1.7.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff:1.7.2'
Gradle Kotlin
implementation("io.protostuff:protostuff:1.7.2")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff" % "1.7.2"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff', version='1.7.2')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff" rev="1.7.2" />
Leiningen
[io.protostuff/protostuff "1.7.2"]
Apache Buildr
'io.protostuff:protostuff:jar:1.7.2'
Dependencies
The project has no third-party dependencies