MVN

com.elastisys.scale : commons.buildtools

Maven & Gradle

Feb 06, 2017

elastisys:scale :: commons :: build tools · tools and settings used in project builds

<dependency>
    <groupId>com.elastisys.scale</groupId>
    <artifactId>commons.buildtools</artifactId>
    <version>2.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.elastisys.scale : commons.buildtools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.8

All Versions

Choose a version of com.elastisys.scale : commons.buildtools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
commons.buildtools-2.2.8
commons.buildtools-2.2.7
commons.buildtools-2.2.6
commons.buildtools-2.2.5
commons.buildtools-2.2.4
commons.buildtools-2.2.3
commons.buildtools-2.2.2
commons.buildtools-2.2.1
commons.buildtools-2.2.0
2.1.x
commons.buildtools-2.1.0
2.0.x
commons.buildtools-2.0.1
commons.buildtools-2.0.0
1.0.x
commons.buildtools-1.0.2
commons.buildtools-1.0.1
commons.buildtools-1.0.0

How to add a dependency to Maven

Add the following com.elastisys.scale : commons.buildtools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.elastisys.scale</groupId>
    <artifactId>commons.buildtools</artifactId>
    <version>2.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.elastisys.scale : commons.buildtools gradle dependency to your build.gradle file:

implementation 'com.elastisys.scale:commons.buildtools:2.2.8'

Gradle Kotlin DSL: Add the following com.elastisys.scale : commons.buildtools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.elastisys.scale:commons.buildtools:2.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.elastisys.scale : commons.buildtools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.elastisys.scale" % "commons.buildtools" % "2.2.8"

Advertisement