MVN

com.github.jmchilton.galaxybootstrap : galaxybootstrap

Maven & Gradle

Mar 01, 2018
1 usages
5 stars

galaxy-bootstrap

<dependency>
    <groupId>com.github.jmchilton.galaxybootstrap</groupId>
    <artifactId>galaxybootstrap</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jmchilton.galaxybootstrap : galaxybootstrap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0
  • Latest Release Candidate: 0.3.0-rc3
  • Latest Alpha: 0.1-alpha-2

All Versions

Choose a version of com.github.jmchilton.galaxybootstrap : galaxybootstrap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
galaxybootstrap-0.7.0
0.6.x
galaxybootstrap-0.6.0
0.5.x
galaxybootstrap-0.5.0
0.4.x
galaxybootstrap-0.4.1
galaxybootstrap-0.4.0
0.3.x
galaxybootstrap-0.3.0
galaxybootstrap-0.3.0-rc3
galaxybootstrap-0.3.0-rc1
0.2.x
galaxybootstrap-0.2.0-rc1
0.1
galaxybootstrap-0.1
galaxybootstrap-0.1-alpha-2
galaxybootstrap-0.1-alpha-1

How to add a dependency to Maven

Add the following com.github.jmchilton.galaxybootstrap : galaxybootstrap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jmchilton.galaxybootstrap</groupId>
    <artifactId>galaxybootstrap</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jmchilton.galaxybootstrap : galaxybootstrap gradle dependency to your build.gradle file:

implementation 'com.github.jmchilton.galaxybootstrap:galaxybootstrap:0.7.0'

Gradle Kotlin DSL: Add the following com.github.jmchilton.galaxybootstrap : galaxybootstrap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jmchilton.galaxybootstrap:galaxybootstrap:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jmchilton.galaxybootstrap : galaxybootstrap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jmchilton.galaxybootstrap" % "galaxybootstrap" % "0.7.0"

Advertisement