Files download
File Operation
tool-0.3.16.jar download
tool-0.3.16.pom download
tool-0.3.16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.seepine</groupId>
  <artifactId>tool</artifactId>
  <version>0.3.16</version>
</dependency>
Gradle Groovy
implementation 'com.seepine:tool:0.3.16'
Gradle Kotlin
implementation("com.seepine:tool:0.3.16")
Scala SBT
libraryDependencies += "com.seepine" % "tool" % "0.3.16"
Groovy Grape
@Grapes(
  @Grab(group='com.seepine', module='tool', version='0.3.16')
)
Apache Ivy
<dependency org="com.seepine" name="tool" rev="0.3.16" />
Leiningen
[com.seepine/tool "0.3.16"]
Apache Buildr
'com.seepine:tool:jar:0.3.16'