MVN

info.archinnov : integration-test-DSE_4-8

Maven & Gradle

Mar 27, 2021
236 stars

Achilles Integration Test DSE 4.8.X

<dependency>
    <groupId>info.archinnov</groupId>
    <artifactId>integration-test-DSE_4-8</artifactId>
    <version>6.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.archinnov : integration-test-DSE_4-8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.0

All Versions

Choose a version of info.archinnov : integration-test-DSE_4-8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
integration-test-DSE_4-8-6.1.0
6.0.x
integration-test-DSE_4-8-6.0.4
integration-test-DSE_4-8-6.0.3
integration-test-DSE_4-8-6.0.2
integration-test-DSE_4-8-6.0.1
integration-test-DSE_4-8-6.0.0
5.3.x
integration-test-DSE_4-8-5.3.1
integration-test-DSE_4-8-5.3.0
5.2.x
integration-test-DSE_4-8-5.2.1
integration-test-DSE_4-8-5.2.0
5.1.x
integration-test-DSE_4-8-5.1.5
integration-test-DSE_4-8-5.1.4
integration-test-DSE_4-8-5.1.3
integration-test-DSE_4-8-5.1.2

How to add a dependency to Maven

Add the following info.archinnov : integration-test-DSE_4-8 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.archinnov</groupId>
    <artifactId>integration-test-DSE_4-8</artifactId>
    <version>6.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.archinnov : integration-test-DSE_4-8 gradle dependency to your build.gradle file:

implementation 'info.archinnov:integration-test-DSE_4-8:6.1.0'

Gradle Kotlin DSL: Add the following info.archinnov : integration-test-DSE_4-8 gradle kotlin dependency to your build.gradle.kts file:

implementation("info.archinnov:integration-test-DSE_4-8:6.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.archinnov : integration-test-DSE_4-8 sbt scala dependency to your build.sbt file:

libraryDependencies += "info.archinnov" % "integration-test-DSE_4-8" % "6.1.0"

Advertisement