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