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