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