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