MVN

io.honnix : rkt-launcher-core

Maven & Gradle

Aug 09, 2017
3 stars

rkt launcher core

<dependency>
    <groupId>io.honnix</groupId>
    <artifactId>rkt-launcher-core</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.honnix : rkt-launcher-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of io.honnix : rkt-launcher-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • rkt-launcher-core-0.0.8

    Aug 09, 2017
  • rkt-launcher-core-0.0.7

    Aug 09, 2017
  • rkt-launcher-core-0.0.6

    Aug 08, 2017
  • rkt-launcher-core-0.0.5

    Jul 25, 2017
  • rkt-launcher-core-0.0.4

    Jul 18, 2017
  • rkt-launcher-core-0.0.3

    Jul 18, 2017
  • rkt-launcher-core-0.0.2

    Jul 07, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>io.honnix</groupId>
    <artifactId>rkt-launcher-core</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.honnix : rkt-launcher-core gradle dependency to your build.gradle file:

implementation 'io.honnix:rkt-launcher-core:0.0.8'

Gradle Kotlin DSL: Add the following io.honnix : rkt-launcher-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.honnix:rkt-launcher-core:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.honnix : rkt-launcher-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.honnix" % "rkt-launcher-core" % "0.0.8"

Advertisement