Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.redhat.lightblue.ldap |
ArtifactId | ArtifactIdlightblue-ldap-config |
Version | Version0.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.ldap/lightblue-ldap-config/ -->
<dependency>
<groupId>com.redhat.lightblue.ldap</groupId>
<artifactId>lightblue-ldap-config</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.ldap/lightblue-ldap-config/
implementation 'com.redhat.lightblue.ldap:lightblue-ldap-config:0.9.2'
// https://jarcasting.com/artifacts/com.redhat.lightblue.ldap/lightblue-ldap-config/
implementation ("com.redhat.lightblue.ldap:lightblue-ldap-config:0.9.2")
'com.redhat.lightblue.ldap:lightblue-ldap-config:jar:0.9.2'
<dependency org="com.redhat.lightblue.ldap" name="lightblue-ldap-config" rev="0.9.2">
<artifact name="lightblue-ldap-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.ldap', module='lightblue-ldap-config', version='0.9.2')
)
libraryDependencies += "com.redhat.lightblue.ldap" % "lightblue-ldap-config" % "0.9.2"
[com.redhat.lightblue.ldap/lightblue-ldap-config "0.9.2"]