MVN

dk.cloudcreate.essentials.components : foundation-test

Maven & Gradle

Aug 20, 2023

This library focuses purely on providing test templates for the foundational patterns defined in the foundation module which can be used by other modules to test their implementation

<dependency>
    <groupId>dk.cloudcreate.essentials.components</groupId>
    <artifactId>foundation-test</artifactId>
    <version>0.9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.cloudcreate.essentials.components : foundation-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.11

All Versions

Choose a version of dk.cloudcreate.essentials.components : foundation-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
foundation-test-0.20.5
foundation-test-0.20.4
foundation-test-0.20.3
foundation-test-0.20.2
foundation-test-0.20.1
foundation-test-0.20.0
0.9.x
foundation-test-0.9.11
foundation-test-0.9.10
foundation-test-0.9.9
foundation-test-0.9.8
foundation-test-0.9.7
foundation-test-0.9.6
foundation-test-0.9.5
foundation-test-0.9.4
foundation-test-0.9.3
foundation-test-0.9.2
foundation-test-0.9.1
foundation-test-0.9.0
0.8.x
foundation-test-0.8.10
foundation-test-0.8.9
foundation-test-0.8.8
foundation-test-0.8.7
foundation-test-0.8.6
foundation-test-0.8.5
foundation-test-0.8.4
foundation-test-0.8.2
foundation-test-0.8.1
0.4.x
foundation-test-0.4.1
foundation-test-0.4.0
0.3.x
foundation-test-0.3.2

How to add a dependency to Maven

Add the following dk.cloudcreate.essentials.components : foundation-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.cloudcreate.essentials.components</groupId>
    <artifactId>foundation-test</artifactId>
    <version>0.9.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.cloudcreate.essentials.components : foundation-test gradle dependency to your build.gradle file:

implementation 'dk.cloudcreate.essentials.components:foundation-test:0.9.11'

Gradle Kotlin DSL: Add the following dk.cloudcreate.essentials.components : foundation-test gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.cloudcreate.essentials.components:foundation-test:0.9.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.cloudcreate.essentials.components : foundation-test sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.cloudcreate.essentials.components" % "foundation-test" % "0.9.11"