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