MVN

io.spot-next : build-tools

Maven & Gradle

May 14, 2019
14 stars

io.spot-next:build-tools · The spOt microservice framework.

<dependency>
    <groupId>io.spot-next</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.0.21-BETA-20190513</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.spot-next : build-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.21-BETA-20190513
  • Latest Beta: 1.0.21-BETA-20190513

All Versions

Choose a version of io.spot-next : build-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
build-tools-1.0.21-BETA-20190513
build-tools-1.0.20-BETA-20181129
build-tools-1.0.19-BETA-20181127
build-tools-1.0.18-BETA-20181115
build-tools-1.0.17-BETA-20181114
build-tools-1.0.16-BETA-20181113
build-tools-1.0.15-BETA-20181112
build-tools-1.0.14-BETA-20181107
build-tools-1.0.13-BETA-20181029
build-tools-1.0.12-BETA-20181023
build-tools-1.0.11-BETA-20181019
build-tools-1.0.10-BETA-20180923
build-tools-1.0.9-BETA-20180913
build-tools-1.0.8-BETA-20180902
build-tools-1.0.7-BETA-20180827
build-tools-1.0.6-BETA-20180817
build-tools-1.0.5-BETA-20180813
build-tools-1.0.4-BETA-20180811-00374fa
build-tools-1.0.3-BETA-20180811-5cf1f7a
build-tools-1.0.2-BETA-20180809-d30d1c6
build-tools-1.0.1-BETA-20180807-59c67be
build-tools-1.0.0-BETA-20180807-68abee4

How to add a dependency to Maven

Add the following io.spot-next : build-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.spot-next</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.0.21-BETA-20190513</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.spot-next : build-tools gradle dependency to your build.gradle file:

implementation 'io.spot-next:build-tools:1.0.21-BETA-20190513'

Gradle Kotlin DSL: Add the following io.spot-next : build-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.spot-next:build-tools:1.0.21-BETA-20190513")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.spot-next : build-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.spot-next" % "build-tools" % "1.0.21-BETA-20190513"

Advertisement