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