MVN

io.cordite : cordite-env-test

Maven & Gradle

Jan 24, 2020

cordite-env-test · this is a component of the Cordite open source project

<dependency>
    <groupId>io.cordite</groupId>
    <artifactId>cordite-env-test</artifactId>
    <version>0.4.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cordite : cordite-env-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.10

All Versions

Choose a version of io.cordite : cordite-env-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
cordite-env-test-0.4.10
cordite-env-test-0.4.9
cordite-env-test-0.4.8
cordite-env-test-0.4.7
cordite-env-test-0.4.6
cordite-env-test-0.4.5
cordite-env-test-0.4.3
cordite-env-test-0.4.2
cordite-env-test-0.4.1
0.3.x
cordite-env-test-0.3.10
cordite-env-test-0.3.9
cordite-env-test-0.3.8
cordite-env-test-0.3.7
cordite-env-test-0.3.6

How to add a dependency to Maven

Add the following io.cordite : cordite-env-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cordite</groupId>
    <artifactId>cordite-env-test</artifactId>
    <version>0.4.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cordite : cordite-env-test gradle dependency to your build.gradle file:

implementation 'io.cordite:cordite-env-test:0.4.10'

Gradle Kotlin DSL: Add the following io.cordite : cordite-env-test gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cordite:cordite-env-test:0.4.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cordite : cordite-env-test sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cordite" % "cordite-env-test" % "0.4.10"

Advertisement