MVN

de.tum.in.ase : artemis-java-test-sandbox

Maven & Gradle

Aug 07, 2023
19 stars

Ares · The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing.

<dependency>
    <groupId>de.tum.in.ase</groupId>
    <artifactId>artemis-java-test-sandbox</artifactId>
    <version>1.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.tum.in.ase : artemis-java-test-sandbox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.0

All Versions

Choose a version of de.tum.in.ase : artemis-java-test-sandbox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
artemis-java-test-sandbox-1.13.0
1.12.x
artemis-java-test-sandbox-1.12.0
1.11.x
artemis-java-test-sandbox-1.11.3
artemis-java-test-sandbox-1.11.2
artemis-java-test-sandbox-1.11.1
artemis-java-test-sandbox-1.11.0
1.10.x
artemis-java-test-sandbox-1.10.1
artemis-java-test-sandbox-1.10.0
1.9.x
artemis-java-test-sandbox-1.9.2
artemis-java-test-sandbox-1.9.1
artemis-java-test-sandbox-1.9.0
1.8.x
artemis-java-test-sandbox-1.8.0
1.7.x
artemis-java-test-sandbox-1.7.6
Cx4ef62afc-e242
artemis-java-test-sandbox-1.7.5
2 vulnerabilities
artemis-java-test-sandbox-1.7.3
2 vulnerabilities
artemis-java-test-sandbox-1.7.2
2 vulnerabilities
artemis-java-test-sandbox-1.7.1
2 vulnerabilities
artemis-java-test-sandbox-1.7.0
2 vulnerabilities
1.6.x
artemis-java-test-sandbox-1.6.0
2 vulnerabilities
1.5.x
artemis-java-test-sandbox-1.5.5
2 vulnerabilities
artemis-java-test-sandbox-1.5.4
2 vulnerabilities
artemis-java-test-sandbox-1.5.3
2 vulnerabilities
artemis-java-test-sandbox-1.5.2
2 vulnerabilities
artemis-java-test-sandbox-1.5.1
2 vulnerabilities
artemis-java-test-sandbox-1.5.0
2 vulnerabilities
1.4.x
artemis-java-test-sandbox-1.4.7
2 vulnerabilities
artemis-java-test-sandbox-1.4.6
2 vulnerabilities
artemis-java-test-sandbox-1.4.5
2 vulnerabilities
artemis-java-test-sandbox-1.4.4
2 vulnerabilities
artemis-java-test-sandbox-1.4.3
2 vulnerabilities
artemis-java-test-sandbox-1.4.2
2 vulnerabilities
artemis-java-test-sandbox-1.4.1
2 vulnerabilities
artemis-java-test-sandbox-1.4.0
2 vulnerabilities
1.3.x
artemis-java-test-sandbox-1.3.4
2 vulnerabilities
artemis-java-test-sandbox-1.3.3
2 vulnerabilities
artemis-java-test-sandbox-1.3.2
2 vulnerabilities
artemis-java-test-sandbox-1.3.1
2 vulnerabilities
artemis-java-test-sandbox-1.3.0
2 vulnerabilities
1.2.x
artemis-java-test-sandbox-1.2.2
2 vulnerabilities
artemis-java-test-sandbox-1.2.1
2 vulnerabilities
artemis-java-test-sandbox-1.2.0
2 vulnerabilities
1.1.x
artemis-java-test-sandbox-1.1.1
2 vulnerabilities
artemis-java-test-sandbox-1.1.0
2 vulnerabilities
1.0.x
artemis-java-test-sandbox-1.0.1
2 vulnerabilities
artemis-java-test-sandbox-1.0.0
2 vulnerabilities

How to add a dependency to Maven

Add the following de.tum.in.ase : artemis-java-test-sandbox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.tum.in.ase</groupId>
    <artifactId>artemis-java-test-sandbox</artifactId>
    <version>1.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.tum.in.ase : artemis-java-test-sandbox gradle dependency to your build.gradle file:

implementation 'de.tum.in.ase:artemis-java-test-sandbox:1.13.0'

Gradle Kotlin DSL: Add the following de.tum.in.ase : artemis-java-test-sandbox gradle kotlin dependency to your build.gradle.kts file:

implementation("de.tum.in.ase:artemis-java-test-sandbox:1.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.tum.in.ase : artemis-java-test-sandbox sbt scala dependency to your build.sbt file:

libraryDependencies += "de.tum.in.ase" % "artemis-java-test-sandbox" % "1.13.0"

Advertisement