i

identity-apps

WSO2 Identity Server Web Apps
http://wso2.org
文件下载
文件名 操作
identity-apps-1.0.375.pom 下载
Apache Maven
<dependency>
  <groupId>org.wso2.identity.apps</groupId>
  <artifactId>identity-apps</artifactId>
  <version>1.0.375</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.identity.apps:identity-apps:1.0.375'
Gradle Kotlin
implementation("org.wso2.identity.apps:identity-apps:1.0.375")
Scala SBT
libraryDependencies += "org.wso2.identity.apps" % "identity-apps" % "1.0.375"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.identity.apps', module='identity-apps', version='1.0.375')
)
Apache Ivy
<dependency org="org.wso2.identity.apps" name="identity-apps" rev="1.0.375" />
Leiningen
[org.wso2.identity.apps/identity-apps "1.0.375"]
Apache Buildr
'org.wso2.identity.apps:identity-apps:jar:1.0.375'