License |
License |
---|---|
GroupId | GroupIdcom.thoughtworks.xstream |
ArtifactId | ArtifactIdxstream-parent |
Last Version | Last Version1.4.19 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionXStream Parent
XStream is a serialization library from Java objects to XML and back.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xstream-parent-1.4.19.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/ -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<version>1.4.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/
implementation 'com.thoughtworks.xstream:xstream-parent:1.4.19'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-parent/
implementation ("com.thoughtworks.xstream:xstream-parent:1.4.19")
'com.thoughtworks.xstream:xstream-parent:pom:1.4.19'
<dependency org="com.thoughtworks.xstream" name="xstream-parent" rev="1.4.19">
<artifact name="xstream-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-parent', version='1.4.19')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-parent" % "1.4.19"
[com.thoughtworks.xstream/xstream-parent "1.4.19"]