MVN

cn.dreamtobe.threaddebugger : threaddebugger-no-op

Maven & Gradle

Dec 15, 2019
85 stars

ThreadDebugger-threaddebugger-no-op · The debugger of threads and the thread pool manager.

<dependency>
    <groupId>cn.dreamtobe.threaddebugger</groupId>
    <artifactId>threaddebugger-no-op</artifactId>
    <version>1.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.dreamtobe.threaddebugger : threaddebugger-no-op to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.3

All Versions

Choose a version of cn.dreamtobe.threaddebugger : threaddebugger-no-op to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
threaddebugger-no-op-1.6.3
threaddebugger-no-op-1.6.2
threaddebugger-no-op-1.6.1
1.5.x
threaddebugger-no-op-1.5.3
threaddebugger-no-op-1.5.0
1.4.x
threaddebugger-no-op-1.4.0
1.3.x
threaddebugger-no-op-1.3.3
1.2.x
threaddebugger-no-op-1.2.1
threaddebugger-no-op-1.2.0

How to add a dependency to Maven

Add the following cn.dreamtobe.threaddebugger : threaddebugger-no-op maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.dreamtobe.threaddebugger</groupId>
    <artifactId>threaddebugger-no-op</artifactId>
    <version>1.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.dreamtobe.threaddebugger : threaddebugger-no-op gradle dependency to your build.gradle file:

implementation 'cn.dreamtobe.threaddebugger:threaddebugger-no-op:1.6.3'

Gradle Kotlin DSL: Add the following cn.dreamtobe.threaddebugger : threaddebugger-no-op gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.dreamtobe.threaddebugger:threaddebugger-no-op:1.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.dreamtobe.threaddebugger : threaddebugger-no-op sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.dreamtobe.threaddebugger" % "threaddebugger-no-op" % "1.6.3"