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