MVN

io.spot-next : spot-core-shell

Maven & Gradle

Sep 13, 2018
14 stars

io.spot-next:spot-core-shell · The spOt microservice framework.

<dependency>
    <groupId>io.spot-next</groupId>
    <artifactId>spot-core-shell</artifactId>
    <version>1.0.9-BETA-20180913</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.9-BETA-20180913
  • Latest Beta: 1.0.9-BETA-20180913

All Versions

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

Version Vulnerabilities Updated
1.0.x
spot-core-shell-1.0.9-BETA-20180913
spot-core-shell-1.0.8-BETA-20180902
spot-core-shell-1.0.7-BETA-20180827
spot-core-shell-1.0.6-BETA-20180817
spot-core-shell-1.0.5-BETA-20180813
spot-core-shell-1.0.4-BETA-20180811-00374fa
spot-core-shell-1.0.3-BETA-20180811-5cf1f7a
spot-core-shell-1.0.2-BETA-20180809-d30d1c6
spot-core-shell-1.0.1-BETA-20180807-59c67be
spot-core-shell-1.0.0-BETA-20180807-68abee4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.spot-next</groupId>
    <artifactId>spot-core-shell</artifactId>
    <version>1.0.9-BETA-20180913</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.spot-next:spot-core-shell:1.0.9-BETA-20180913'

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

implementation("io.spot-next:spot-core-shell:1.0.9-BETA-20180913")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.spot-next" % "spot-core-shell" % "1.0.9-BETA-20180913"

Advertisement