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