| License | License | 
|---|---|
| GroupId | GroupIdio.protostuff | 
| ArtifactId | ArtifactIdprotostuff | 
| Last Version | Last Version1.8.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionprotostuff Java serialization library, proto compiler, code generator | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| protostuff-1.8.0.pom | 14 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff/ -->
<dependency>
    <groupId>io.protostuff</groupId>
    <artifactId>protostuff</artifactId>
    <version>1.8.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.protostuff/protostuff/
implementation 'io.protostuff:protostuff:1.8.0'// https://jarcasting.com/artifacts/io.protostuff/protostuff/
implementation ("io.protostuff:protostuff:1.8.0")'io.protostuff:protostuff:pom:1.8.0'<dependency org="io.protostuff" name="protostuff" rev="1.8.0">
  <artifact name="protostuff" type="pom" />
</dependency>@Grapes(
@Grab(group='io.protostuff', module='protostuff', version='1.8.0')
)libraryDependencies += "io.protostuff" % "protostuff" % "1.8.0"[io.protostuff/protostuff "1.8.0"]