MVN

net.smartcosmos.extension : smartcosmos-extension-starter-test

Maven & Gradle

May 12, 2016
4 usages
5 stars

SMART COSMOS Extension Test Starter · Easily packages a bunch of test utilities into a single area so you can add this module with a test scope and get them all.

<dependency>
    <groupId>net.smartcosmos.extension</groupId>
    <artifactId>smartcosmos-extension-starter-test</artifactId>
    <version>2.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.smartcosmos.extension : smartcosmos-extension-starter-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.0

All Versions

Choose a version of net.smartcosmos.extension : smartcosmos-extension-starter-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14.x
smartcosmos-extension-starter-test-2.14.0
2.13.x
smartcosmos-extension-starter-test-2.13.1
smartcosmos-extension-starter-test-2.13.0
2.12.x
smartcosmos-extension-starter-test-2.12.1
smartcosmos-extension-starter-test-2.12.0
2.11.x
smartcosmos-extension-starter-test-2.11.1
2.10.x
smartcosmos-extension-starter-test-2.10.16
smartcosmos-extension-starter-test-2.10.15
smartcosmos-extension-starter-test-2.10.14
smartcosmos-extension-starter-test-2.10.13
smartcosmos-extension-starter-test-2.10.11
smartcosmos-extension-starter-test-2.10.10

How to add a dependency to Maven

Add the following net.smartcosmos.extension : smartcosmos-extension-starter-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.smartcosmos.extension</groupId>
    <artifactId>smartcosmos-extension-starter-test</artifactId>
    <version>2.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.smartcosmos.extension : smartcosmos-extension-starter-test gradle dependency to your build.gradle file:

implementation 'net.smartcosmos.extension:smartcosmos-extension-starter-test:2.14.0'

Gradle Kotlin DSL: Add the following net.smartcosmos.extension : smartcosmos-extension-starter-test gradle kotlin dependency to your build.gradle.kts file:

implementation("net.smartcosmos.extension:smartcosmos-extension-starter-test:2.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.smartcosmos.extension : smartcosmos-extension-starter-test sbt scala dependency to your build.sbt file:

libraryDependencies += "net.smartcosmos.extension" % "smartcosmos-extension-starter-test" % "2.14.0"