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