| GroupId | GroupIdcom.dyuproject.protostuff |
|---|---|
| ArtifactId | ArtifactIdprotostuff |
| Version | Version1.1.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| protostuff-1.1.4.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff/
implementation 'com.dyuproject.protostuff:protostuff:1.1.4'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff/
implementation ("com.dyuproject.protostuff:protostuff:1.1.4")
'com.dyuproject.protostuff:protostuff:pom:1.1.4'
<dependency org="com.dyuproject.protostuff" name="protostuff" rev="1.1.4">
<artifact name="protostuff" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff', version='1.1.4')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff" % "1.1.4"
[com.dyuproject.protostuff/protostuff "1.1.4"]