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