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