GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.xstream |
Version | Version3.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.xstream/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.xstream</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.xstream/
implementation 'org.tinygroup:org.tinygroup.xstream:3.1.2'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.xstream/
implementation ("org.tinygroup:org.tinygroup.xstream:3.1.2")
'org.tinygroup:org.tinygroup.xstream:jar:3.1.2'
<dependency org="org.tinygroup" name="org.tinygroup.xstream" rev="3.1.2">
<artifact name="org.tinygroup.xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.xstream', version='3.1.2')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.xstream" % "3.1.2"
[org.tinygroup/org.tinygroup.xstream "3.1.2"]