MVN

de.svenkubiak : mangooio-integration-test

Maven & Gradle

Jul 10, 2015
<dependency>
    <groupId>de.svenkubiak</groupId>
    <artifactId>mangooio-integration-test</artifactId>
    <version>1.0.0-RC3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.svenkubiak : mangooio-integration-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RC3
  • Latest Release Candidate: 1.0.0-RC3
  • Latest Beta: 1.0.0-Beta5
  • Latest Alpha: 1.0.0-Alpha3

All Versions

Choose a version of de.svenkubiak : mangooio-integration-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mangooio-integration-test-1.0.0-RC3
mangooio-integration-test-1.0.0-RC2
mangooio-integration-test-1.0.0-RC1
mangooio-integration-test-1.0.0-Beta5
mangooio-integration-test-1.0.0-Beta4
mangooio-integration-test-1.0.0-Beta3
mangooio-integration-test-1.0.0-Beta2
mangooio-integration-test-1.0.0-Beta1
mangooio-integration-test-1.0.0-Alpha3
mangooio-integration-test-1.0.0-Alpha2
mangooio-integration-test-1.0.0-Alpha1

How to add a dependency to Maven

Add the following de.svenkubiak : mangooio-integration-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.svenkubiak</groupId>
    <artifactId>mangooio-integration-test</artifactId>
    <version>1.0.0-RC3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.svenkubiak : mangooio-integration-test gradle dependency to your build.gradle file:

implementation 'de.svenkubiak:mangooio-integration-test:1.0.0-RC3'

Gradle Kotlin DSL: Add the following de.svenkubiak : mangooio-integration-test gradle kotlin dependency to your build.gradle.kts file:

implementation("de.svenkubiak:mangooio-integration-test:1.0.0-RC3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.svenkubiak : mangooio-integration-test sbt scala dependency to your build.sbt file:

libraryDependencies += "de.svenkubiak" % "mangooio-integration-test" % "1.0.0-RC3"