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