GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-uberjar |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-uberjar-1.1.3.pom | |
protostuff-uberjar-1.1.3.jar | 575 KB |
protostuff-uberjar-1.1.3-sources.jar | 968 bytes |
protostuff-uberjar-1.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-uberjar/
implementation 'com.dyuproject.protostuff:protostuff-uberjar:1.1.3'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-uberjar/
implementation ("com.dyuproject.protostuff:protostuff-uberjar:1.1.3")
'com.dyuproject.protostuff:protostuff-uberjar:jar:1.1.3'
<dependency org="com.dyuproject.protostuff" name="protostuff-uberjar" rev="1.1.3">
<artifact name="protostuff-uberjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-uberjar', version='1.1.3')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-uberjar" % "1.1.3"
[com.dyuproject.protostuff/protostuff-uberjar "1.1.3"]