| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net | 
|---|---|
| GroupId | GroupIdorg.jvnet.hudson | 
| ArtifactId | ArtifactIdxstream | 
| Version | Version1.3.1-hudson-2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| xstream-1.3.1-hudson-2.pom | |
| xstream-1.3.1-hudson-2.jar | 423 KB | 
| xstream-1.3.1-hudson-2-sources.jar | 305 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/xstream/ -->
<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>xstream</artifactId>
    <version>1.3.1-hudson-2</version>
</dependency>// https://jarcasting.com/artifacts/org.jvnet.hudson/xstream/
implementation 'org.jvnet.hudson:xstream:1.3.1-hudson-2'// https://jarcasting.com/artifacts/org.jvnet.hudson/xstream/
implementation ("org.jvnet.hudson:xstream:1.3.1-hudson-2")'org.jvnet.hudson:xstream:jar:1.3.1-hudson-2'<dependency org="org.jvnet.hudson" name="xstream" rev="1.3.1-hudson-2">
  <artifact name="xstream" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jvnet.hudson', module='xstream', version='1.3.1-hudson-2')
)libraryDependencies += "org.jvnet.hudson" % "xstream" % "1.3.1-hudson-2"[org.jvnet.hudson/xstream "1.3.1-hudson-2"]