| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sdorra |
| Идентификатор | Идентификаторldap-unit |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеldap-unit
JUnit rule to simplify ldap unit tests.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| ldap-unit-1.0.0.pom | |
| ldap-unit-1.0.0.jar | 7 KB |
| ldap-unit-1.0.0-sources.jar | 5 KB |
| ldap-unit-1.0.0-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sdorra/ldap-unit/ -->
<dependency>
<groupId>com.github.sdorra</groupId>
<artifactId>ldap-unit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdorra/ldap-unit/
implementation 'com.github.sdorra:ldap-unit:1.0.0'
// https://jarcasting.com/artifacts/com.github.sdorra/ldap-unit/
implementation ("com.github.sdorra:ldap-unit:1.0.0")
'com.github.sdorra:ldap-unit:jar:1.0.0'
<dependency org="com.github.sdorra" name="ldap-unit" rev="1.0.0">
<artifact name="ldap-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sdorra', module='ldap-unit', version='1.0.0')
)
libraryDependencies += "com.github.sdorra" % "ldap-unit" % "1.0.0"
[com.github.sdorra/ldap-unit "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.unboundid : unboundid-ldapsdk | jar | 2.3.4 |