GroupId | GroupIdcom.proofpoint.discovery |
---|---|
ArtifactId | ArtifactIddiscovery-root |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
discovery-root-1.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.proofpoint.discovery/discovery-root/ -->
<dependency>
<groupId>com.proofpoint.discovery</groupId>
<artifactId>discovery-root</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.discovery/discovery-root/
implementation 'com.proofpoint.discovery:discovery-root:1.4'
// https://jarcasting.com/artifacts/com.proofpoint.discovery/discovery-root/
implementation ("com.proofpoint.discovery:discovery-root:1.4")
'com.proofpoint.discovery:discovery-root:pom:1.4'
<dependency org="com.proofpoint.discovery" name="discovery-root" rev="1.4">
<artifact name="discovery-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.discovery', module='discovery-root', version='1.4')
)
libraryDependencies += "com.proofpoint.discovery" % "discovery-root" % "1.4"
[com.proofpoint.discovery/discovery-root "1.4"]