| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.ldaptemplate |
| Идентификатор | Идентификаторldaptemplate |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеLdapTemplate
Java framework to simplify LDAP operations, based on the pattern of Spring's JdbcTemplate. Relieves the users of the burden of looking up and closing contexts, looping through NamingEnumerations, encoding/decoding values and filters, and more.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ldaptemplate-1.0.2.pom | |
| ldaptemplate-1.0.2.jar | 66 KB |
| ldaptemplate-1.0.2-sources.jar | 63 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.ldaptemplate/ldaptemplate/ -->
<dependency>
<groupId>net.sf.ldaptemplate</groupId>
<artifactId>ldaptemplate</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ldaptemplate/ldaptemplate/
implementation 'net.sf.ldaptemplate:ldaptemplate:1.0.2'
// https://jarcasting.com/artifacts/net.sf.ldaptemplate/ldaptemplate/
implementation ("net.sf.ldaptemplate:ldaptemplate:1.0.2")
'net.sf.ldaptemplate:ldaptemplate:jar:1.0.2'
<dependency org="net.sf.ldaptemplate" name="ldaptemplate" rev="1.0.2">
<artifact name="ldaptemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ldaptemplate', module='ldaptemplate', version='1.0.2')
)
libraryDependencies += "net.sf.ldaptemplate" % "ldaptemplate" % "1.0.2"
[net.sf.ldaptemplate/ldaptemplate "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-logging : commons-logging | jar | 1.0.4 |
| commons-lang : commons-lang | jar | 2.1 |
| commons-collections : commons-collections | jar | 3.1 |
| org.springframework : spring-beans | jar | 1.2.6 |
| org.springframework : spring-core | jar | 1.2.6 |
| org.springframework : spring-context | jar | 1.2.6 |
| org.springframework : spring-dao | jar | 1.2.6 |