MVN

org.dominokit.domino.test : apt-test

Maven & Gradle

Jun 04, 2019
1 usages

apt-test

<dependency>
    <groupId>org.dominokit.domino.test</groupId>
    <artifactId>apt-test</artifactId>
    <version>1.0-rc.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dominokit.domino.test : apt-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-rc.4
  • Latest Release Candidate: 1.0-rc.4

All Versions

Choose a version of org.dominokit.domino.test : apt-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
apt-test-1.0-rc.4
apt-test-1.0-rc.3-3
apt-test-1.0-rc.3-2
apt-test-1.0-rc.3-1
apt-test-1.0-rc.3

How to add a dependency to Maven

Add the following org.dominokit.domino.test : apt-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dominokit.domino.test</groupId>
    <artifactId>apt-test</artifactId>
    <version>1.0-rc.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dominokit.domino.test : apt-test gradle dependency to your build.gradle file:

implementation 'org.dominokit.domino.test:apt-test:1.0-rc.4'

Gradle Kotlin DSL: Add the following org.dominokit.domino.test : apt-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dominokit.domino.test:apt-test:1.0-rc.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dominokit.domino.test : apt-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dominokit.domino.test" % "apt-test" % "1.0-rc.4"