is not current version
Last Version 1.2.2

com.dyuproject.protostuff:protostuff-api 1.0.8

serialization api for messages

GroupId

GroupId

com.dyuproject.protostuff
ArtifactId

ArtifactId

protostuff-api
Version

Version

1.0.8
Type

Type

jar

Download protostuff-api 1.0.8


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