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