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