| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.directory.server |
| Идентификатор | Идентификаторapacheds-service |
| Последняя версия | Последняя версия2.0.0.AM26 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApacheDS Service
ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible
by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce
triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| apacheds-service-2.0.0.AM26.pom | |
| apacheds-service-2.0.0.AM26.jar | 10 MB |
| apacheds-service-2.0.0.AM26-sources.jar | 15 KB |
| apacheds-service-2.0.0.AM26-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-service/ -->
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-service</artifactId>
<version>2.0.0.AM26</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-service/
implementation 'org.apache.directory.server:apacheds-service:2.0.0.AM26'
// https://jarcasting.com/artifacts/org.apache.directory.server/apacheds-service/
implementation ("org.apache.directory.server:apacheds-service:2.0.0.AM26")
'org.apache.directory.server:apacheds-service:jar:2.0.0.AM26'
<dependency org="org.apache.directory.server" name="apacheds-service" rev="2.0.0.AM26">
<artifact name="apacheds-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.server', module='apacheds-service', version='2.0.0.AM26')
)
libraryDependencies += "org.apache.directory.server" % "apacheds-service" % "2.0.0.AM26"
[org.apache.directory.server/apacheds-service "2.0.0.AM26"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.26 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| findbugs : annotations | jar | 1.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.26 |