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