<dependency> <groupId>com.proofpoint.platform</groupId> <artifactId>launcher</artifactId> <version>1.87</version> </dependency>
implementation 'com.proofpoint.platform:launcher:1.87'
implementation("com.proofpoint.platform:launcher:1.87")
libraryDependencies += "com.proofpoint.platform" % "launcher" % "1.87"
@Grapes( @Grab(group='com.proofpoint.platform', module='launcher', version='1.87') )
<dependency org="com.proofpoint.platform" name="launcher" rev="1.87" />
[com.proofpoint.platform/launcher "1.87"]
'com.proofpoint.platform:launcher:jar:1.87'
<parent> <groupId>com.proofpoint.platform</groupId> <artifactId>platform</artifactId> <version>1.87</version> </parent>
compile
|-- com.github.spotbugs:spotbugs-annotations:3.1.6
|-- io.airlift:airline:0.4