MVN

com.github.819548945 : tool

Maven & Gradle

Feb 21, 2023
2 stars
<dependency>
    <groupId>com.github.819548945</groupId>
    <artifactId>tool</artifactId>
    <version>0.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.11

All Versions

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

Version Vulnerabilities Updated
0.1.x
tool-0.1.11
tool-0.1.10
tool-0.1.9
tool-0.1.8
tool-0.1.7
tool-0.1.4
tool-0.1.3
tool-0.1.2
tool-0.1.1
tool-0.1.0
0.0.x
tool-0.0.6
tool-0.0.5
tool-0.0.4
tool-0.0.3
tool-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.819548945</groupId>
    <artifactId>tool</artifactId>
    <version>0.1.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.819548945:tool:0.1.11'

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

implementation("com.github.819548945:tool:0.1.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.819548945" % "tool" % "0.1.11"