MVN

io.polyglotted : app-launcher

Maven & Gradle

Dec 01, 2017
4 usages
1 stars

App Launcher · Launch an in-process application

<dependency>
    <groupId>io.polyglotted</groupId>
    <artifactId>app-launcher</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.polyglotted : app-launcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of io.polyglotted : app-launcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
app-launcher-3.0.2
app-launcher-3.0.1
app-launcher-3.0.0
2.3.x
app-launcher-2.3.0
2.2.x
app-launcher-2.2.1
app-launcher-2.2.0
2.1.x
app-launcher-2.1.7
app-launcher-2.1.6
app-launcher-2.1.5
app-launcher-2.1.4
app-launcher-2.1.3
app-launcher-2.1.2
app-launcher-2.1.1
app-launcher-2.1.0
2.0.x
app-launcher-2.0.7
app-launcher-2.0.6
app-launcher-2.0.5
app-launcher-2.0.4
app-launcher-2.0.3
app-launcher-2.0.2
app-launcher-2.0.1
app-launcher-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.polyglotted</groupId>
    <artifactId>app-launcher</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.polyglotted : app-launcher gradle dependency to your build.gradle file:

implementation 'io.polyglotted:app-launcher:3.0.2'

Gradle Kotlin DSL: Add the following io.polyglotted : app-launcher gradle kotlin dependency to your build.gradle.kts file:

implementation("io.polyglotted:app-launcher:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.polyglotted : app-launcher sbt scala dependency to your build.sbt file:

libraryDependencies += "io.polyglotted" % "app-launcher" % "3.0.2"

Advertisement