MVN

com.seepine : tool

Maven & Gradle

Jul 13, 2023
3 stars

tool · tool package.

<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>tool</artifactId>
    <version>0.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.seepine : tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.6

All Versions

Choose a version of com.seepine : tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
tool-0.3.6
tool-0.3.5
tool-0.3.4
tool-0.3.3
tool-0.3.2
tool-0.3.1
tool-0.3.0
0.2.x
tool-0.2.6
tool-0.2.5
tool-0.2.4
tool-0.2.3
tool-0.2.2
tool-0.2.1
tool-0.2.0
0.1.x
tool-0.1.0
0.0.x
tool-0.0.10
tool-0.0.9
tool-0.0.8
tool-0.0.7
tool-0.0.6
tool-0.0.5
tool-0.0.4
tool-0.0.3
tool-0.0.2
tool-0.0.1

How to add a dependency to Maven

Add the following com.seepine : tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>tool</artifactId>
    <version>0.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.seepine : tool gradle dependency to your build.gradle file:

implementation 'com.seepine:tool:0.3.6'

Gradle Kotlin DSL: Add the following com.seepine : tool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.seepine:tool:0.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.seepine : tool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.seepine" % "tool" % "0.3.6"