i

identity-apps

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