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