MVN

dk.cachet.carp.common.test : carp.common.test

Maven & Gradle

May 08, 2023
19 stars

Common Test Library · Helper classes relied upon by test projects of all core subsystems depending on types defined in common.

<dependency>
    <groupId>dk.cachet.carp.common.test</groupId>
    <artifactId>carp.common.test</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.cachet.carp.common.test : carp.common.test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2
  • Latest Alpha: 1.0.0-alpha.39

All Versions

Choose a version of dk.cachet.carp.common.test : carp.common.test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
carp.common.test-1.1.2
carp.common.test-1.1.1
carp.common.test-1.1.0
1.0.x
carp.common.test-1.0.0
carp.common.test-1.0.0-alpha.39
carp.common.test-1.0.0-alpha.38
carp.common.test-1.0.0-alpha.37
carp.common.test-1.0.0-alpha.36
carp.common.test-1.0.0-alpha.35
carp.common.test-1.0.0-alpha.34
carp.common.test-1.0.0-alpha.33
carp.common.test-1.0.0-alpha.32
carp.common.test-1.0.0-alpha.31

How to add a dependency to Maven

Add the following dk.cachet.carp.common.test : carp.common.test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.cachet.carp.common.test</groupId>
    <artifactId>carp.common.test</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.cachet.carp.common.test : carp.common.test gradle dependency to your build.gradle file:

implementation 'dk.cachet.carp.common.test:carp.common.test:1.1.2'

Gradle Kotlin DSL: Add the following dk.cachet.carp.common.test : carp.common.test gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.cachet.carp.common.test:carp.common.test:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.cachet.carp.common.test : carp.common.test sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.cachet.carp.common.test" % "carp.common.test" % "1.1.2"