GroupId | GroupIdcom.stratio.morphlines |
---|---|
ArtifactId | ArtifactIdldap |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ldap-0.1.0.pom | |
ldap-0.1.0.jar | 4 KB |
ldap-0.1.0-sources.jar | 2 KB |
ldap-0.1.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.morphlines/ldap/ -->
<dependency>
<groupId>com.stratio.morphlines</groupId>
<artifactId>ldap</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.morphlines/ldap/
implementation 'com.stratio.morphlines:ldap:0.1.0'
// https://jarcasting.com/artifacts/com.stratio.morphlines/ldap/
implementation ("com.stratio.morphlines:ldap:0.1.0")
'com.stratio.morphlines:ldap:jar:0.1.0'
<dependency org="com.stratio.morphlines" name="ldap" rev="0.1.0">
<artifact name="ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.morphlines', module='ldap', version='0.1.0')
)
libraryDependencies += "com.stratio.morphlines" % "ldap" % "0.1.0"
[com.stratio.morphlines/ldap "0.1.0"]