文件下载
文件名 操作
clientdetect-14.8.4.1.jar 下载
clientdetect-14.8.4.1.pom 下载
clientdetect-14.8.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.openam</groupId>
  <artifactId>clientdetect</artifactId>
  <version>14.8.4.1</version>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.openam:clientdetect:14.8.4.1'
Gradle Kotlin
implementation("org.openidentityplatform.openam:clientdetect:14.8.4.1")
Scala SBT
libraryDependencies += "org.openidentityplatform.openam" % "clientdetect" % "14.8.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.openam', module='clientdetect', version='14.8.4.1')
)
Apache Ivy
<dependency org="org.openidentityplatform.openam" name="clientdetect" rev="14.8.4.1" />
Leiningen
[org.openidentityplatform.openam/clientdetect "14.8.4.1"]
Apache Buildr
'org.openidentityplatform.openam:clientdetect:jar:14.8.4.1'