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