MVN

it.tidalwave.netbeans.boot : base-launcher

Maven & Gradle

Sep 15, 2012
8 usages

CapeCanaveral - Base Launcher

<dependency>
    <groupId>it.tidalwave.netbeans.boot</groupId>
    <artifactId>base-launcher</artifactId>
    <version>2.0-ALPHA-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.netbeans.boot : base-launcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0-ALPHA-1
  • Latest Alpha: 2.0-ALPHA-1

All Versions

Choose a version of it.tidalwave.netbeans.boot : base-launcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
base-launcher-2.0-ALPHA-1
1.0
base-launcher-1.0-ALPHA-1

How to add a dependency to Maven

Add the following it.tidalwave.netbeans.boot : base-launcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.netbeans.boot</groupId>
    <artifactId>base-launcher</artifactId>
    <version>2.0-ALPHA-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.netbeans.boot : base-launcher gradle dependency to your build.gradle file:

implementation 'it.tidalwave.netbeans.boot:base-launcher:2.0-ALPHA-1'

Gradle Kotlin DSL: Add the following it.tidalwave.netbeans.boot : base-launcher gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.netbeans.boot:base-launcher:2.0-ALPHA-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.netbeans.boot : base-launcher sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.netbeans.boot" % "base-launcher" % "2.0-ALPHA-1"

Advertisement