文件下载
文件名 操作
dive-tool-0.0.8.jar 下载
dive-tool-0.0.8.pom 下载
dive-tool-0.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fun.awooo.dive</groupId>
  <artifactId>dive-tool</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'fun.awooo.dive:dive-tool:0.0.8'
Gradle Kotlin
implementation("fun.awooo.dive:dive-tool:0.0.8")
Scala SBT
libraryDependencies += "fun.awooo.dive" % "dive-tool" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='fun.awooo.dive', module='dive-tool', version='0.0.8')
)
Apache Ivy
<dependency org="fun.awooo.dive" name="dive-tool" rev="0.0.8" />
Leiningen
[fun.awooo.dive/dive-tool "0.0.8"]
Apache Buildr
'fun.awooo.dive:dive-tool:jar:0.0.8'
本项目依赖
该项目无第三方依赖