| Категории |
КатегорииIDE Инструменты разработки CLI Взаимодействие с пользователем ORM Данные |
|---|---|
| Группа | Группаorg.openidentityplatform.openam |
| Идентификатор | Идентификаторclientdetect |
| Версия | Версия14.5.3.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| clientdetect-14.5.3.2.pom | |
| clientdetect-14.5.3.2.jar | 37 MB |
| clientdetect-14.5.3.2-sources.jar | 37 MB |
| clientdetect-14.5.3.2-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.openam/clientdetect/ -->
<dependency>
<groupId>org.openidentityplatform.openam</groupId>
<artifactId>clientdetect</artifactId>
<version>14.5.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.openam/clientdetect/
implementation 'org.openidentityplatform.openam:clientdetect:14.5.3.2'
// https://jarcasting.com/artifacts/org.openidentityplatform.openam/clientdetect/
implementation ("org.openidentityplatform.openam:clientdetect:14.5.3.2")
'org.openidentityplatform.openam:clientdetect:jar:14.5.3.2'
<dependency org="org.openidentityplatform.openam" name="clientdetect" rev="14.5.3.2">
<artifact name="clientdetect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.openam', module='clientdetect', version='14.5.3.2')
)
libraryDependencies += "org.openidentityplatform.openam" % "clientdetect" % "14.5.3.2"
[org.openidentityplatform.openam/clientdetect "14.5.3.2"]