Categories |
CategoriesArthas General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdarthas-testcase |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
arthas-testcase-3.5.0.pom | |
arthas-testcase-3.5.0.jar | 5 KB |
arthas-testcase-3.5.0-sources.jar | 3 KB |
arthas-testcase-3.5.0-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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-testcase/
implementation 'com.taobao.arthas:arthas-testcase:3.5.0'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-testcase/
implementation ("com.taobao.arthas:arthas-testcase:3.5.0")
'com.taobao.arthas:arthas-testcase:jar:3.5.0'
<dependency org="com.taobao.arthas" name="arthas-testcase" rev="3.5.0">
<artifact name="arthas-testcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-testcase', version='3.5.0')
)
libraryDependencies += "com.taobao.arthas" % "arthas-testcase" % "3.5.0"
[com.taobao.arthas/arthas-testcase "3.5.0"]