GroupId | GroupIdcom.redhat.lightblue.ldap |
---|---|
ArtifactId | ArtifactIdlightblue-ldap-common |
Version | Version1.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.ldap/lightblue-ldap-common/ -->
<dependency>
<groupId>com.redhat.lightblue.ldap</groupId>
<artifactId>lightblue-ldap-common</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.ldap/lightblue-ldap-common/
implementation 'com.redhat.lightblue.ldap:lightblue-ldap-common:1.10.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.ldap/lightblue-ldap-common/
implementation ("com.redhat.lightblue.ldap:lightblue-ldap-common:1.10.0")
'com.redhat.lightblue.ldap:lightblue-ldap-common:jar:1.10.0'
<dependency org="com.redhat.lightblue.ldap" name="lightblue-ldap-common" rev="1.10.0">
<artifact name="lightblue-ldap-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.ldap', module='lightblue-ldap-common', version='1.10.0')
)
libraryDependencies += "com.redhat.lightblue.ldap" % "lightblue-ldap-common" % "1.10.0"
[com.redhat.lightblue.ldap/lightblue-ldap-common "1.10.0"]