| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.proofpoint.platform |
| ArtifactId | ArtifactIdplatform |
| Version | Version2.61 |
| Type | Typepom |
| Description |
Descriptionplatform
Proofpoint platform
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| platform-2.61.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.proofpoint.platform/platform/ -->
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>platform</artifactId>
<version>2.61</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.platform/platform/
implementation 'com.proofpoint.platform:platform:2.61'
// https://jarcasting.com/artifacts/com.proofpoint.platform/platform/
implementation ("com.proofpoint.platform:platform:2.61")
'com.proofpoint.platform:platform:pom:2.61'
<dependency org="com.proofpoint.platform" name="platform" rev="2.61">
<artifact name="platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.platform', module='platform', version='2.61')
)
libraryDependencies += "com.proofpoint.platform" % "platform" % "2.61"
[com.proofpoint.platform/platform "2.61"]