GroupId | GroupIdorg.kie.modules |
---|---|
ArtifactId | ArtifactIdcom-thoughtworks-xstream |
Version | Version6.2.0.CR4 |
Type | Typejar |
Filename | Size |
---|---|
com-thoughtworks-xstream-6.2.0.CR4.pom | 1 KB |
com-thoughtworks-xstream-6.2.0.CR4-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.2.0.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/com-thoughtworks-xstream/
implementation 'org.kie.modules:com-thoughtworks-xstream:6.2.0.CR4'
// https://jarcasting.com/artifacts/org.kie.modules/com-thoughtworks-xstream/
implementation ("org.kie.modules:com-thoughtworks-xstream:6.2.0.CR4")
'org.kie.modules:com-thoughtworks-xstream:jar:6.2.0.CR4'
<dependency org="org.kie.modules" name="com-thoughtworks-xstream" rev="6.2.0.CR4">
<artifact name="com-thoughtworks-xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='com-thoughtworks-xstream', version='6.2.0.CR4')
)
libraryDependencies += "org.kie.modules" % "com-thoughtworks-xstream" % "6.2.0.CR4"
[org.kie.modules/com-thoughtworks-xstream "6.2.0.CR4"]