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