MVN

com.github.hughwick : toolbox

Maven & Gradle

Nov 09, 2021
1 stars
<dependency>
    <groupId>com.github.hughwick</groupId>
    <artifactId>toolbox</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.6

All Versions

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

Version Vulnerabilities Updated
2.0.x
toolbox-2.0.6
toolbox-2.0.5
toolbox-2.0.4
toolbox-2.0.3
toolbox-2.0.2
toolbox-2.0.1
toolbox-2.0.0
1.7.x
toolbox-1.7.6
toolbox-1.7.5
toolbox-1.7.4
toolbox-1.7.3
toolbox-1.7.2
toolbox-1.7.1
toolbox-1.7.0
1.6.x
toolbox-1.6.13
toolbox-1.6.12
toolbox-1.6.10
toolbox-1.6.9
toolbox-1.6.8
toolbox-1.6.7
toolbox-1.6.6
toolbox-1.6.5
toolbox-1.6.4
toolbox-1.6.3
toolbox-1.6.2
toolbox-1.6.1
toolbox-1.6.0
1.5.x
toolbox-1.5.16
toolbox-1.5.15
toolbox-1.5.14
toolbox-1.5.13
toolbox-1.5.12
toolbox-1.5.11
toolbox-1.5.10
toolbox-1.5.9
toolbox-1.5.8
toolbox-1.5.7
toolbox-1.5.6
toolbox-1.5.5
toolbox-1.5.4
toolbox-1.5.3
toolbox-1.5.2
toolbox-1.5.1
toolbox-1.5.0
1.4.x
toolbox-1.4.18
toolbox-1.4.17
toolbox-1.4.16
toolbox-1.4.15
toolbox-1.4.14
toolbox-1.4.13
toolbox-1.4.12
toolbox-1.4.11
toolbox-1.4.10
toolbox-1.4.9
toolbox-1.4.8
toolbox-1.4.7
toolbox-1.4.6
toolbox-1.4.5
toolbox-1.4.4
toolbox-1.4.3
toolbox-1.4.2
toolbox-1.4.1
toolbox-1.4.0
1.3.x
toolbox-1.3.12
toolbox-1.3.11
toolbox-1.3.10
toolbox-1.3.9
toolbox-1.3.8
toolbox-1.3.7
toolbox-1.3.6
toolbox-1.3.5
toolbox-1.3.4
toolbox-1.3.3
toolbox-1.3.2
toolbox-1.3.1
toolbox-1.3.0
1.2.x
toolbox-1.2.10
toolbox-1.2.9
toolbox-1.2.8
toolbox-1.2.7
toolbox-1.2.6
toolbox-1.2.5
toolbox-1.2.4
toolbox-1.2.3
toolbox-1.2.2
toolbox-1.2.1
toolbox-1.2.0
1.1.x
toolbox-1.1.3
toolbox-1.1.2
toolbox-1.1.1
toolbox-1.1.0
1.0.x
toolbox-1.0.6
toolbox-1.0.5
toolbox-1.0.4
toolbox-1.0.3
toolbox-1.0.2
toolbox-1.0.1
toolbox-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hughwick</groupId>
    <artifactId>toolbox</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.hughwick:toolbox:2.0.6'

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

implementation("com.github.hughwick:toolbox:2.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.hughwick" % "toolbox" % "2.0.6"

Advertisement