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