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