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