MVN

cl.hambreysed.supertools : supertools

Maven & Gradle

Dec 20, 2016

SuperTools library. A curated collection of well tested utilities

<dependency>
    <groupId>cl.hambreysed.supertools</groupId>
    <artifactId>supertools</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cl.hambreysed.supertools : supertools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of cl.hambreysed.supertools : supertools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
supertools-0.0.1

How to add a dependency to Maven

Add the following cl.hambreysed.supertools : supertools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cl.hambreysed.supertools</groupId>
    <artifactId>supertools</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cl.hambreysed.supertools : supertools gradle dependency to your build.gradle file:

implementation 'cl.hambreysed.supertools:supertools:0.0.1'

Gradle Kotlin DSL: Add the following cl.hambreysed.supertools : supertools gradle kotlin dependency to your build.gradle.kts file:

implementation("cl.hambreysed.supertools:supertools:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cl.hambreysed.supertools : supertools sbt scala dependency to your build.sbt file:

libraryDependencies += "cl.hambreysed.supertools" % "supertools" % "0.0.1"

Advertisement