GroupId | GroupIdcom.sun |
---|---|
ArtifactId | ArtifactIdldapbp |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
ldapbp-1.0.pom | |
ldapbp-1.0.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun/ldapbp/ -->
<dependency>
<groupId>com.sun</groupId>
<artifactId>ldapbp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun/ldapbp/
implementation 'com.sun:ldapbp:1.0'
// https://jarcasting.com/artifacts/com.sun/ldapbp/
implementation ("com.sun:ldapbp:1.0")
'com.sun:ldapbp:jar:1.0'
<dependency org="com.sun" name="ldapbp" rev="1.0">
<artifact name="ldapbp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun', module='ldapbp', version='1.0')
)
libraryDependencies += "com.sun" % "ldapbp" % "1.0"
[com.sun/ldapbp "1.0"]