GroupId | GroupIdio.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-uberjar |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-uberjar-1.6.2.pom | |
protostuff-uberjar-1.6.2.jar | 596 KB |
protostuff-uberjar-1.6.2-tests.jar | 2 KB |
protostuff-uberjar-1.6.2-sources.jar | 812 bytes |
protostuff-uberjar-1.6.2-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-uberjar/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-uberjar</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-uberjar/
implementation 'io.protostuff:protostuff-uberjar:1.6.2'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-uberjar/
implementation ("io.protostuff:protostuff-uberjar:1.6.2")
'io.protostuff:protostuff-uberjar:jar:1.6.2'
<dependency org="io.protostuff" name="protostuff-uberjar" rev="1.6.2">
<artifact name="protostuff-uberjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-uberjar', version='1.6.2')
)
libraryDependencies += "io.protostuff" % "protostuff-uberjar" % "1.6.2"
[io.protostuff/protostuff-uberjar "1.6.2"]