i

identity-apps-cloud

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