Categories |
CategoriesJMH Application Testing & Monitoring Performance analysis |
---|---|
GroupId | GroupIdcom.thoughtworks.xstream |
ArtifactId | ArtifactIdxstream-jmh |
Version | Version1.4.11.1 |
Type | Typejar |
Filename | Size |
---|---|
xstream-jmh-1.4.11.1.pom | |
xstream-jmh-1.4.11.1.jar | 256 KB |
xstream-jmh-1.4.11.1-sources.jar | 13 KB |
xstream-jmh-1.4.11.1-javadoc.jar | 118 KB |
xstream-jmh-1.4.11.1-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.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-jmh/
implementation 'com.thoughtworks.xstream:xstream-jmh:1.4.11.1'
// https://jarcasting.com/artifacts/com.thoughtworks.xstream/xstream-jmh/
implementation ("com.thoughtworks.xstream:xstream-jmh:1.4.11.1")
'com.thoughtworks.xstream:xstream-jmh:jar:1.4.11.1'
<dependency org="com.thoughtworks.xstream" name="xstream-jmh" rev="1.4.11.1">
<artifact name="xstream-jmh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.xstream', module='xstream-jmh', version='1.4.11.1')
)
libraryDependencies += "com.thoughtworks.xstream" % "xstream-jmh" % "1.4.11.1"
[com.thoughtworks.xstream/xstream-jmh "1.4.11.1"]