Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.odpi.egeria |
ArtifactId | ArtifactIdsecurity-sync-services |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
security-sync-services-1.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/security-sync-services/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>security-sync-services</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/security-sync-services/
implementation 'org.odpi.egeria:security-sync-services:1.4'
// https://jarcasting.com/artifacts/org.odpi.egeria/security-sync-services/
implementation ("org.odpi.egeria:security-sync-services:1.4")
'org.odpi.egeria:security-sync-services:pom:1.4'
<dependency org="org.odpi.egeria" name="security-sync-services" rev="1.4">
<artifact name="security-sync-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='security-sync-services', version='1.4')
)
libraryDependencies += "org.odpi.egeria" % "security-sync-services" % "1.4"
[org.odpi.egeria/security-sync-services "1.4"]