Categories |
CategoriesArthas General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdarthas-testcase |
Version | Version3.1.7 |
Type | Typejar |
Filename | Size |
---|---|
arthas-testcase-3.1.7.pom | |
arthas-testcase-3.1.7.jar | 4 KB |
arthas-testcase-3.1.7-sources.jar | 3 KB |
arthas-testcase-3.1.7-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-testcase/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-testcase</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-testcase/
implementation 'com.taobao.arthas:arthas-testcase:3.1.7'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-testcase/
implementation ("com.taobao.arthas:arthas-testcase:3.1.7")
'com.taobao.arthas:arthas-testcase:jar:3.1.7'
<dependency org="com.taobao.arthas" name="arthas-testcase" rev="3.1.7">
<artifact name="arthas-testcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-testcase', version='3.1.7')
)
libraryDependencies += "com.taobao.arthas" % "arthas-testcase" % "3.1.7"
[com.taobao.arthas/arthas-testcase "3.1.7"]