GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-uberjar |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-uberjar-1.0.2.pom | |
protostuff-uberjar-1.0.2.jar | 383 KB |
protostuff-uberjar-1.0.2-sources.jar | 929 bytes |
protostuff-uberjar-1.0.2-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-uberjar/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-uberjar</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-uberjar/
implementation 'com.dyuproject.protostuff:protostuff-uberjar:1.0.2'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-uberjar/
implementation ("com.dyuproject.protostuff:protostuff-uberjar:1.0.2")
'com.dyuproject.protostuff:protostuff-uberjar:jar:1.0.2'
<dependency org="com.dyuproject.protostuff" name="protostuff-uberjar" rev="1.0.2">
<artifact name="protostuff-uberjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-uberjar', version='1.0.2')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-uberjar" % "1.0.2"
[com.dyuproject.protostuff/protostuff-uberjar "1.0.2"]