MVN

org.commonjava.aprox.launch : aprox-launcher-base

Maven & Gradle

Oct 16, 2015
4 usages
1 stars

AProx :: Launchers :: Launcher Base

<dependency>
    <groupId>org.commonjava.aprox.launch</groupId>
    <artifactId>aprox-launcher-base</artifactId>
    <version>0.25.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.commonjava.aprox.launch : aprox-launcher-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.25.1

All Versions

Choose a version of org.commonjava.aprox.launch : aprox-launcher-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.25.x
aprox-launcher-base-0.25.1
aprox-launcher-base-0.25.0
0.24.x
aprox-launcher-base-0.24.0
0.23.x
aprox-launcher-base-0.23.2
aprox-launcher-base-0.23.1
aprox-launcher-base-0.23.0
0.22.x
aprox-launcher-base-0.22.0
0.21.x
aprox-launcher-base-0.21.0
0.20.x
aprox-launcher-base-0.20.0
0.19.x
aprox-launcher-base-0.19.2
aprox-launcher-base-0.19.1
0.19
aprox-launcher-base-0.19
0.18.x
aprox-launcher-base-0.18.5
aprox-launcher-base-0.18.4
aprox-launcher-base-0.18.3
aprox-launcher-base-0.18.2
aprox-launcher-base-0.18.1
aprox-launcher-base-0.18.0
0.17.x
aprox-launcher-base-0.17.0
0.16.x
aprox-launcher-base-0.16.4
aprox-launcher-base-0.16.3
aprox-launcher-base-0.16.2
aprox-launcher-base-0.16.1
aprox-launcher-base-0.16.0
0.15.x
aprox-launcher-base-0.15.3
aprox-launcher-base-0.15.2
aprox-launcher-base-0.15.1
aprox-launcher-base-0.15.0
0.14.x
aprox-launcher-base-0.14.7
aprox-launcher-base-0.14.6
aprox-launcher-base-0.14.5
aprox-launcher-base-0.14.4
aprox-launcher-base-0.14.3
aprox-launcher-base-0.14.2
aprox-launcher-base-0.14.1
aprox-launcher-base-0.14.0
0.13.x
aprox-launcher-base-0.13.2
aprox-launcher-base-0.13.1
aprox-launcher-base-0.13.0
0.12.x
aprox-launcher-base-0.12.2
aprox-launcher-base-0.12.1
aprox-launcher-base-0.12.0
0.11.x
aprox-launcher-base-0.11.3
aprox-launcher-base-0.11.2
aprox-launcher-base-0.11.1
aprox-launcher-base-0.11.0
0.10.x
aprox-launcher-base-0.10.0

How to add a dependency to Maven

Add the following org.commonjava.aprox.launch : aprox-launcher-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.commonjava.aprox.launch</groupId>
    <artifactId>aprox-launcher-base</artifactId>
    <version>0.25.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.commonjava.aprox.launch : aprox-launcher-base gradle dependency to your build.gradle file:

implementation 'org.commonjava.aprox.launch:aprox-launcher-base:0.25.1'

Gradle Kotlin DSL: Add the following org.commonjava.aprox.launch : aprox-launcher-base gradle kotlin dependency to your build.gradle.kts file:

implementation("org.commonjava.aprox.launch:aprox-launcher-base:0.25.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.commonjava.aprox.launch : aprox-launcher-base sbt scala dependency to your build.sbt file:

libraryDependencies += "org.commonjava.aprox.launch" % "aprox-launcher-base" % "0.25.1"

Advertisement