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