GroupId | GroupIdio.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-parser |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-parser-1.5.4.pom | |
protostuff-parser-1.5.4.jar | 141 KB |
protostuff-parser-1.5.4-tests.jar | 50 KB |
protostuff-parser-1.5.4-sources.jar | 75 KB |
protostuff-parser-1.5.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-parser/
implementation 'io.protostuff:protostuff-parser:1.5.4'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-parser/
implementation ("io.protostuff:protostuff-parser:1.5.4")
'io.protostuff:protostuff-parser:jar:1.5.4'
<dependency org="io.protostuff" name="protostuff-parser" rev="1.5.4">
<artifact name="protostuff-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-parser', version='1.5.4')
)
libraryDependencies += "io.protostuff" % "protostuff-parser" % "1.5.4"
[io.protostuff/protostuff-parser "1.5.4"]