MVN

net.smartcosmos : smartcosmos-builds-tools

Maven & Gradle

May 12, 2016
5 stars

SMART COSMOS Build Tools · Various XML Configs used throughout the application

<dependency>
    <groupId>net.smartcosmos</groupId>
    <artifactId>smartcosmos-builds-tools</artifactId>
    <version>2.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.smartcosmos : smartcosmos-builds-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.0

All Versions

Choose a version of net.smartcosmos : smartcosmos-builds-tools to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>net.smartcosmos</groupId>
    <artifactId>smartcosmos-builds-tools</artifactId>
    <version>2.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.smartcosmos : smartcosmos-builds-tools gradle dependency to your build.gradle file:

implementation 'net.smartcosmos:smartcosmos-builds-tools:2.14.0'

Gradle Kotlin DSL: Add the following net.smartcosmos : smartcosmos-builds-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("net.smartcosmos:smartcosmos-builds-tools:2.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.smartcosmos : smartcosmos-builds-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "net.smartcosmos" % "smartcosmos-builds-tools" % "2.14.0"

Advertisement