is not current version
Last Version 1.2.2

com.dyuproject.protostuff:protostuff 1.0.10

Java serialization library, proto compiler, code generator, protobuf utilities, gwt overlays, android DTOs

GroupId

GroupId

com.dyuproject.protostuff
ArtifactId

ArtifactId

protostuff
Version

Version

1.0.10
Type

Type

pom

Download protostuff 1.0.10

Filename Size
protostuff-1.0.10.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff/ -->
<dependency>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff</artifactId>
    <version>1.0.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff/
implementation 'com.dyuproject.protostuff:protostuff:1.0.10'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff/
implementation ("com.dyuproject.protostuff:protostuff:1.0.10")
'com.dyuproject.protostuff:protostuff:pom:1.0.10'
<dependency org="com.dyuproject.protostuff" name="protostuff" rev="1.0.10">
  <artifact name="protostuff" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff', version='1.0.10')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff" % "1.0.10"
[com.dyuproject.protostuff/protostuff "1.0.10"]