| License |
License |
|---|---|
| GroupId | GroupIdorg.ldaptive |
| ArtifactId | ArtifactIdldaptive-beans |
| Version | Version2.0.1 |
| Type | Typejar |
| Description |
DescriptionLDAPTIVE BEANS
Mapping, persistence, and code generation API for reading and writing POJOs to an LDAP directory
|
| Filename | Size |
|---|---|
| ldaptive-beans-2.0.1.pom | |
| ldaptive-beans-2.0.1-sources.jar | 62 KB |
| ldaptive-beans-2.0.1-javadoc.jar | 785 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ldaptive/ldaptive-beans/ -->
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-beans</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ldaptive/ldaptive-beans/
implementation 'org.ldaptive:ldaptive-beans:2.0.1'
// https://jarcasting.com/artifacts/org.ldaptive/ldaptive-beans/
implementation ("org.ldaptive:ldaptive-beans:2.0.1")
'org.ldaptive:ldaptive-beans:jar:2.0.1'
<dependency org="org.ldaptive" name="ldaptive-beans" rev="2.0.1">
<artifact name="ldaptive-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ldaptive', module='ldaptive-beans', version='2.0.1')
)
libraryDependencies += "org.ldaptive" % "ldaptive-beans" % "2.0.1"
[org.ldaptive/ldaptive-beans "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ldaptive : ldaptive | jar | 2.0.1 |
| org.springframework : spring-beans Optional | jar | 5.2.9.RELEASE |
| org.springframework : spring-expression Optional | jar | 5.2.9.RELEASE |
| com.sun.codemodel : codemodel Optional | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.2.9.RELEASE |
| org.testng : testng | jar | 7.3.0 |