MVN

io.github.warnotte : waxlib3

Maven & Gradle

Mar 28, 2023
0 stars

Wab Library 3 · This is my 16 years old own library for lot of purpose

<dependency>
    <groupId>io.github.warnotte</groupId>
    <artifactId>waxlib3</artifactId>
    <version>0.0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.warnotte : waxlib3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1.7

All Versions

Choose a version of io.github.warnotte : waxlib3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
waxlib3-0.0.1.7
waxlib3-0.0.1.6
waxlib3-0.0.1.5
waxlib3-0.0.1.4
waxlib3-0.0.1.3
waxlib3-0.0.1.2
waxlib3-0.0.1.1
waxlib3-0.0.1

How to add a dependency to Maven

Add the following io.github.warnotte : waxlib3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.warnotte</groupId>
    <artifactId>waxlib3</artifactId>
    <version>0.0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.warnotte : waxlib3 gradle dependency to your build.gradle file:

implementation 'io.github.warnotte:waxlib3:0.0.1.7'

Gradle Kotlin DSL: Add the following io.github.warnotte : waxlib3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.warnotte:waxlib3:0.0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.warnotte : waxlib3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.warnotte" % "waxlib3" % "0.0.1.7"