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