Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.protostuff |
ArtifactId | ArtifactIdprotostuff-json |
Version | Version1.5.9 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-json-1.5.9.pom | |
protostuff-json-1.5.9.jar | 29 KB |
protostuff-json-1.5.9-tests.jar | 68 KB |
protostuff-json-1.5.9-sources.jar | 17 KB |
protostuff-json-1.5.9-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-json/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-json</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-json/
implementation 'io.protostuff:protostuff-json:1.5.9'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-json/
implementation ("io.protostuff:protostuff-json:1.5.9")
'io.protostuff:protostuff-json:jar:1.5.9'
<dependency org="io.protostuff" name="protostuff-json" rev="1.5.9">
<artifact name="protostuff-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-json', version='1.5.9')
)
libraryDependencies += "io.protostuff" % "protostuff-json" % "1.5.9"
[io.protostuff/protostuff-json "1.5.9"]