GroupId | GroupIdorg.kie.modules |
---|---|
ArtifactId | ArtifactIdcom-thoughtworks-xstream |
Version | Version6.5.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
com-thoughtworks-xstream-6.5.0.CR1.pom | 1 KB |
com-thoughtworks-xstream-6.5.0.CR1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/com-thoughtworks-xstream/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>com-thoughtworks-xstream</artifactId>
<version>6.5.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/com-thoughtworks-xstream/
implementation 'org.kie.modules:com-thoughtworks-xstream:6.5.0.CR1'
// https://jarcasting.com/artifacts/org.kie.modules/com-thoughtworks-xstream/
implementation ("org.kie.modules:com-thoughtworks-xstream:6.5.0.CR1")
'org.kie.modules:com-thoughtworks-xstream:jar:6.5.0.CR1'
<dependency org="org.kie.modules" name="com-thoughtworks-xstream" rev="6.5.0.CR1">
<artifact name="com-thoughtworks-xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='com-thoughtworks-xstream', version='6.5.0.CR1')
)
libraryDependencies += "org.kie.modules" % "com-thoughtworks-xstream" % "6.5.0.CR1"
[org.kie.modules/com-thoughtworks-xstream "6.5.0.CR1"]