GroupId | GroupIdio.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-parser |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-parser-1.5.6.pom | |
protostuff-parser-1.5.6.jar | 141 KB |
protostuff-parser-1.5.6-tests.jar | 50 KB |
protostuff-parser-1.5.6-sources.jar | 75 KB |
protostuff-parser-1.5.6-javadoc.jar | 450 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-parser/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-parser</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-parser/
implementation 'io.protostuff:protostuff-parser:1.5.6'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-parser/
implementation ("io.protostuff:protostuff-parser:1.5.6")
'io.protostuff:protostuff-parser:jar:1.5.6'
<dependency org="io.protostuff" name="protostuff-parser" rev="1.5.6">
<artifact name="protostuff-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-parser', version='1.5.6')
)
libraryDependencies += "io.protostuff" % "protostuff-parser" % "1.5.6"
[io.protostuff/protostuff-parser "1.5.6"]