Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.dyuproject.protostuff |
ArtifactId | ArtifactIdprotostuff-json |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-json-1.0.6.pom | |
protostuff-json-1.0.6.jar | 26 KB |
protostuff-json-1.0.6-sources.jar | 16 KB |
protostuff-json-1.0.6-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-json/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-json</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-json/
implementation 'com.dyuproject.protostuff:protostuff-json:1.0.6'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-json/
implementation ("com.dyuproject.protostuff:protostuff-json:1.0.6")
'com.dyuproject.protostuff:protostuff-json:jar:1.0.6'
<dependency org="com.dyuproject.protostuff" name="protostuff-json" rev="1.0.6">
<artifact name="protostuff-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-json', version='1.0.6')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-json" % "1.0.6"
[com.dyuproject.protostuff/protostuff-json "1.0.6"]