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