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