Categories |
CategoriesArthas General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdarthas-memorycompiler |
Version | Version3.3.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/arthas-memorycompiler/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-memorycompiler</artifactId>
<version>3.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-memorycompiler/
implementation 'com.taobao.arthas:arthas-memorycompiler:3.3.8'
// https://jarcasting.com/artifacts/com.taobao.arthas/arthas-memorycompiler/
implementation ("com.taobao.arthas:arthas-memorycompiler:3.3.8")
'com.taobao.arthas:arthas-memorycompiler:jar:3.3.8'
<dependency org="com.taobao.arthas" name="arthas-memorycompiler" rev="3.3.8">
<artifact name="arthas-memorycompiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='arthas-memorycompiler', version='3.3.8')
)
libraryDependencies += "com.taobao.arthas" % "arthas-memorycompiler" % "3.3.8"
[com.taobao.arthas/arthas-memorycompiler "3.3.8"]