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