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