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