GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-xml |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-xml-1.1.1.pom | |
protostuff-xml-1.1.1.jar | 21 KB |
protostuff-xml-1.1.1-sources.jar | 13 KB |
protostuff-xml-1.1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-xml/
implementation 'com.dyuproject.protostuff:protostuff-xml:1.1.1'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-xml/
implementation ("com.dyuproject.protostuff:protostuff-xml:1.1.1")
'com.dyuproject.protostuff:protostuff-xml:jar:1.1.1'
<dependency org="com.dyuproject.protostuff" name="protostuff-xml" rev="1.1.1">
<artifact name="protostuff-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-xml', version='1.1.1')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-xml" % "1.1.1"
[com.dyuproject.protostuff/protostuff-xml "1.1.1"]