MVN

com.taobao.arthas : arthas-demo

Maven & Gradle

Mar 09, 2021
2 usages
34.6k stars

arthas-demo · arthas

<dependency>
    <groupId>com.taobao.arthas</groupId>
    <artifactId>arthas-demo</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.taobao.arthas : arthas-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0

All Versions

Choose a version of com.taobao.arthas : arthas-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
arthas-demo-3.5.0
3.4.x
arthas-demo-3.4.8
arthas-demo-3.4.7
arthas-demo-3.4.6
arthas-demo-3.4.5
arthas-demo-3.4.4
arthas-demo-3.4.3
arthas-demo-3.4.2
arthas-demo-3.4.1
arthas-demo-3.4.0
3.3.x
arthas-demo-3.3.9
arthas-demo-3.3.8
arthas-demo-3.3.7
arthas-demo-3.3.6
arthas-demo-3.3.5
arthas-demo-3.3.4
arthas-demo-3.3.3
arthas-demo-3.3.2
arthas-demo-3.3.1
arthas-demo-3.3.0
3.2.x
arthas-demo-3.2.0
3.1.x
arthas-demo-3.1.8
arthas-demo-3.1.7
arthas-demo-3.1.6
arthas-demo-3.1.5
arthas-demo-3.1.4
arthas-demo-3.1.3
arthas-demo-3.1.2
arthas-demo-3.1.1
arthas-demo-3.1.0
3.0.x
arthas-demo-3.0.5

How to add a dependency to Maven

Add the following com.taobao.arthas : arthas-demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.taobao.arthas</groupId>
    <artifactId>arthas-demo</artifactId>
    <version>3.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.taobao.arthas : arthas-demo gradle dependency to your build.gradle file:

implementation 'com.taobao.arthas:arthas-demo:3.5.0'

Gradle Kotlin DSL: Add the following com.taobao.arthas : arthas-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.taobao.arthas:arthas-demo:3.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.taobao.arthas : arthas-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.taobao.arthas" % "arthas-demo" % "3.5.0"

Advertisement

Dependencies from Group

Aug 24, 2023
14 usages
34.6k stars
Aug 24, 2023
13 usages
34.6k stars
Aug 24, 2023
6 usages
34.6k stars
Aug 24, 2023
6 usages
34.6k stars
Aug 24, 2023
2 usages
34.6k stars

Discover Dependencies