MVN

nz.co.senanque : madura-bundle-maven

Maven & Gradle

Apr 01, 2018

madura-bundle-maven · test bundle for maven

<dependency>
    <groupId>nz.co.senanque</groupId>
    <artifactId>madura-bundle-maven</artifactId>
    <version>4.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.co.senanque : madura-bundle-maven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.9

All Versions

Choose a version of nz.co.senanque : madura-bundle-maven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
madura-bundle-maven-4.5.9
madura-bundle-maven-4.5.8
madura-bundle-maven-4.5.7
4.4.x
madura-bundle-maven-4.4.0
4.3.x
madura-bundle-maven-4.3.0
4.2.x
madura-bundle-maven-4.2.0
4.1.x
madura-bundle-maven-4.1.0
4.0.x
madura-bundle-maven-4.0.4
madura-bundle-maven-4.0.3
madura-bundle-maven-4.0.1
1.0.x
madura-bundle-maven-1.0.0

How to add a dependency to Maven

Add the following nz.co.senanque : madura-bundle-maven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.co.senanque</groupId>
    <artifactId>madura-bundle-maven</artifactId>
    <version>4.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.co.senanque : madura-bundle-maven gradle dependency to your build.gradle file:

implementation 'nz.co.senanque:madura-bundle-maven:4.5.9'

Gradle Kotlin DSL: Add the following nz.co.senanque : madura-bundle-maven gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.co.senanque:madura-bundle-maven:4.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.co.senanque : madura-bundle-maven sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.co.senanque" % "madura-bundle-maven" % "4.5.9"

Advertisement