| GroupId | GroupIdplexus |
|---|---|
| ArtifactId | ArtifactIdxstream |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| xstream-0.1.pom | -1 bytes |
| xstream-0.1-jvz1.jar | 56 KB |
| xstream-0.1-jvz.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/plexus/xstream/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>xstream</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/xstream/
implementation 'plexus:xstream:0.1'
// https://jarcasting.com/artifacts/plexus/xstream/
implementation ("plexus:xstream:0.1")
'plexus:xstream:jar:0.1'
<dependency org="plexus" name="xstream" rev="0.1">
<artifact name="xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='xstream', version='0.1')
)
libraryDependencies += "plexus" % "xstream" % "0.1"
[plexus/xstream "0.1"]