| Categories |
CategoriesJMH Application Testing & Monitoring Performance analysis |
|---|---|
| GroupId | GroupIdcom.thoughtworks.xstream |
| ArtifactId | ArtifactIdxstream-jmh |
| Version | Version1.4.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xstream-jmh-1.4.13.pom | |
| xstream-jmh-1.4.13.jar | 256 KB |
| xstream-jmh-1.4.13-sources.jar | 13 KB |
| xstream-jmh-1.4.13-javadoc.jar | 118 KB |
| xstream-jmh-1.4.13-app.zip | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-jmh/ -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-jmh</artifactId>
<version>1.4.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-jmh/
implementation 'com.thoughtworks.xstream:xstream-jmh:1.4.13'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-jmh/
implementation ("com.thoughtworks.xstream:xstream-jmh:1.4.13")
'com.thoughtworks.xstream:xstream-jmh:jar:1.4.13'
<dependency org="com.thoughtworks.xstream" name="xstream-jmh" rev="1.4.13">
<artifact name="xstream-jmh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-jmh', version='1.4.13')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-jmh" % "1.4.13"
[com.thoughtworks.xstream/xstream-jmh "1.4.13"]