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