GroupId | GroupIdio.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-parser |
Version | Version2.0.0-alpha11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-parser/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-parser</artifactId>
<version>2.0.0-alpha11</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-parser/
implementation 'io.protostuff:protostuff-parser:2.0.0-alpha11'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-parser/
implementation ("io.protostuff:protostuff-parser:2.0.0-alpha11")
'io.protostuff:protostuff-parser:jar:2.0.0-alpha11'
<dependency org="io.protostuff" name="protostuff-parser" rev="2.0.0-alpha11">
<artifact name="protostuff-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-parser', version='2.0.0-alpha11')
)
libraryDependencies += "io.protostuff" % "protostuff-parser" % "2.0.0-alpha11"
[io.protostuff/protostuff-parser "2.0.0-alpha11"]