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