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