o

org.wso2.carbon.identity.base

Base component for Identity components
http://www.wso2.com
Files download
File Operation
org.wso2.carbon.identity.base-7.2.43.jar download
org.wso2.carbon.identity.base-7.2.43.pom download
org.wso2.carbon.identity.base-7.2.43-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.identity.framework</groupId>
  <artifactId>org.wso2.carbon.identity.base</artifactId>
  <version>7.2.43</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity.framework:org.wso2.carbon.identity.base:7.2.43'
Gradle Kotlin
implementation("org.wso2.carbon.identity.framework:org.wso2.carbon.identity.base:7.2.43")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity.framework" % "org.wso2.carbon.identity.base" % "7.2.43"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity.framework', module='org.wso2.carbon.identity.base', version='7.2.43')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity.framework" name="org.wso2.carbon.identity.base" rev="7.2.43" />
Leiningen
[org.wso2.carbon.identity.framework/org.wso2.carbon.identity.base "7.2.43"]
Apache Buildr
'org.wso2.carbon.identity.framework:org.wso2.carbon.identity.base:jar:7.2.43'