o

openam-annotations

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