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