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