o

openam-notifications-websocket

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