MVN

com.proofpoint.platform : rack-launcher

Maven & Gradle

Oct 29, 2014
2 usages
68 stars

rack-launcher · Launcher Script for the Platform Rack Server

<dependency>
    <groupId>com.proofpoint.platform</groupId>
    <artifactId>rack-launcher</artifactId>
    <version>1.07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.proofpoint.platform : rack-launcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.07

All Versions

Choose a version of com.proofpoint.platform : rack-launcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.07
rack-launcher-1.07
1.06
rack-launcher-1.06
1.05
rack-launcher-1.05
1.04
rack-launcher-1.04
1.03
rack-launcher-1.03
1.02
rack-launcher-1.02
1.01
rack-launcher-1.01
1.00
rack-launcher-1.00
0.99
rack-launcher-0.99
0.98
rack-launcher-0.98
0.97
rack-launcher-0.97
0.96
rack-launcher-0.96
0.95
rack-launcher-0.95
0.94
rack-launcher-0.94
0.93
rack-launcher-0.93
0.92
rack-launcher-0.92
0.91
rack-launcher-0.91
0.90
rack-launcher-0.90
0.89
rack-launcher-0.89
0.88
rack-launcher-0.88
0.87
rack-launcher-0.87
0.86
rack-launcher-0.86
0.85
rack-launcher-0.85
0.84
rack-launcher-0.84
0.83
rack-launcher-0.83
0.82
rack-launcher-0.82
0.81
rack-launcher-0.81
0.80
rack-launcher-0.80
0.79
rack-launcher-0.79
0.78
rack-launcher-0.78
0.77
rack-launcher-0.77
0.76
rack-launcher-0.76
0.75
rack-launcher-0.75

How to add a dependency to Maven

Add the following com.proofpoint.platform : rack-launcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.proofpoint.platform</groupId>
    <artifactId>rack-launcher</artifactId>
    <version>1.07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.proofpoint.platform : rack-launcher gradle dependency to your build.gradle file:

implementation 'com.proofpoint.platform:rack-launcher:1.07'

Gradle Kotlin DSL: Add the following com.proofpoint.platform : rack-launcher gradle kotlin dependency to your build.gradle.kts file:

implementation("com.proofpoint.platform:rack-launcher:1.07")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.proofpoint.platform : rack-launcher sbt scala dependency to your build.sbt file:

libraryDependencies += "com.proofpoint.platform" % "rack-launcher" % "1.07"

Advertisement