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