| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.proofpoint.platform |
| ArtifactId | ArtifactIdlauncher |
| Version | Version1.63 |
| Type | Typejar |
| Filename | Size |
|---|---|
| launcher-1.63.pom | |
| launcher-1.63.jar | 2 MB |
| launcher-1.63-sources.jar | 15 KB |
| launcher-1.63-javadoc.jar | 85 KB |
| launcher-1.63-bin.tar.gz | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.proofpoint.platform/launcher/ -->
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>launcher</artifactId>
<version>1.63</version>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.platform/launcher/
implementation 'com.proofpoint.platform:launcher:1.63'
// https://jarcasting.com/artifacts/com.proofpoint.platform/launcher/
implementation ("com.proofpoint.platform:launcher:1.63")
'com.proofpoint.platform:launcher:jar:1.63'
<dependency org="com.proofpoint.platform" name="launcher" rev="1.63">
<artifact name="launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.platform', module='launcher', version='1.63')
)
libraryDependencies += "com.proofpoint.platform" % "launcher" % "1.63"
[com.proofpoint.platform/launcher "1.63"]