| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаorg.datanucleus |
| Идентификатор | Идентификаторdatanucleus-ldap |
| Версия | Версия6.0.0-release |
| Тип | Типjar |
| Описание |
ОписаниеDataNucleus LDAP plugin
DataNucleus supports persistence to heterogeneous datastores and this plugin provides persistence to LDAP.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| datanucleus-ldap-6.0.0-release.pom | |
| datanucleus-ldap-6.0.0-release.jar | 142 KB |
| datanucleus-ldap-6.0.0-release-sources.jar | 95 KB |
| datanucleus-ldap-6.0.0-release-javadoc.jar | 668 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-ldap/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-ldap</artifactId>
<version>6.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-ldap/
implementation 'org.datanucleus:datanucleus-ldap:6.0.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-ldap/
implementation ("org.datanucleus:datanucleus-ldap:6.0.0-release")
'org.datanucleus:datanucleus-ldap:jar:6.0.0-release'
<dependency org="org.datanucleus" name="datanucleus-ldap" rev="6.0.0-release">
<artifact name="datanucleus-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-ldap', version='6.0.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-ldap" % "6.0.0-release"
[org.datanucleus/datanucleus-ldap "6.0.0-release"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.datanucleus : datanucleus-core | jar | [6.0.0-m1, 6.9) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |