Files download
File Operation
blackcat-instrument-0.0.14.jar download
blackcat-instrument-0.0.14.pom download
blackcat-instrument-0.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bingoohuang</groupId>
  <artifactId>blackcat-instrument</artifactId>
  <version>0.0.14</version>
</dependency>
Gradle Groovy
implementation 'com.github.bingoohuang:blackcat-instrument:0.0.14'
Gradle Kotlin
implementation("com.github.bingoohuang:blackcat-instrument:0.0.14")
Scala SBT
libraryDependencies += "com.github.bingoohuang" % "blackcat-instrument" % "0.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bingoohuang', module='blackcat-instrument', version='0.0.14')
)
Apache Ivy
<dependency org="com.github.bingoohuang" name="blackcat-instrument" rev="0.0.14" />
Leiningen
[com.github.bingoohuang/blackcat-instrument "0.0.14"]
Apache Buildr
'com.github.bingoohuang:blackcat-instrument:jar:0.0.14'