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