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