MVN

net.onedaybeard.artemis : artemis-fluid-maven-integration-test-systems

Maven & Gradle

Nov 09, 2019
666 stars
<dependency>
    <groupId>net.onedaybeard.artemis</groupId>
    <artifactId>artemis-fluid-maven-integration-test-systems</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.onedaybeard.artemis : artemis-fluid-maven-integration-test-systems to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of net.onedaybeard.artemis : artemis-fluid-maven-integration-test-systems to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
artemis-fluid-maven-integration-test-systems-2.3.0
2.2.x
artemis-fluid-maven-integration-test-systems-2.2.0
2.1.x
artemis-fluid-maven-integration-test-systems-2.1.0

How to add a dependency to Maven

Add the following net.onedaybeard.artemis : artemis-fluid-maven-integration-test-systems maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.onedaybeard.artemis</groupId>
    <artifactId>artemis-fluid-maven-integration-test-systems</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.onedaybeard.artemis : artemis-fluid-maven-integration-test-systems gradle dependency to your build.gradle file:

implementation 'net.onedaybeard.artemis:artemis-fluid-maven-integration-test-systems:2.3.0'

Gradle Kotlin DSL: Add the following net.onedaybeard.artemis : artemis-fluid-maven-integration-test-systems gradle kotlin dependency to your build.gradle.kts file:

implementation("net.onedaybeard.artemis:artemis-fluid-maven-integration-test-systems:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.onedaybeard.artemis : artemis-fluid-maven-integration-test-systems sbt scala dependency to your build.sbt file:

libraryDependencies += "net.onedaybeard.artemis" % "artemis-fluid-maven-integration-test-systems" % "2.3.0"

Advertisement