MVN

org.wso2.carbon.identity.organization.management : org.wso2.carbon.identity.organization.management.service

Maven & Gradle

Oct 31, 2022
0 stars

WSO2 - Organization Management Service

<dependency>
    <groupId>org.wso2.carbon.identity.organization.management</groupId>
    <artifactId>org.wso2.carbon.identity.organization.management.service</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.identity.organization.management : org.wso2.carbon.identity.organization.management.service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.wso2.carbon.identity.organization.management : org.wso2.carbon.identity.organization.management.service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
org.wso2.carbon.identity.organization.management.service-1.2.1
org.wso2.carbon.identity.organization.management.service-1.2.0
1.1.x
org.wso2.carbon.identity.organization.management.service-1.1.13
org.wso2.carbon.identity.organization.management.service-1.1.12
org.wso2.carbon.identity.organization.management.service-1.1.11
org.wso2.carbon.identity.organization.management.service-1.1.10
org.wso2.carbon.identity.organization.management.service-1.1.9
org.wso2.carbon.identity.organization.management.service-1.1.8
org.wso2.carbon.identity.organization.management.service-1.1.7
org.wso2.carbon.identity.organization.management.service-1.1.6
org.wso2.carbon.identity.organization.management.service-1.1.4
org.wso2.carbon.identity.organization.management.service-1.1.3
org.wso2.carbon.identity.organization.management.service-1.1.2
org.wso2.carbon.identity.organization.management.service-1.1.1
org.wso2.carbon.identity.organization.management.service-1.1.0
1.0.x
org.wso2.carbon.identity.organization.management.service-1.0.81
org.wso2.carbon.identity.organization.management.service-1.0.80
org.wso2.carbon.identity.organization.management.service-1.0.79
org.wso2.carbon.identity.organization.management.service-1.0.78
org.wso2.carbon.identity.organization.management.service-1.0.77
org.wso2.carbon.identity.organization.management.service-1.0.76
org.wso2.carbon.identity.organization.management.service-1.0.65
org.wso2.carbon.identity.organization.management.service-1.0.64
org.wso2.carbon.identity.organization.management.service-1.0.63
org.wso2.carbon.identity.organization.management.service-1.0.62
org.wso2.carbon.identity.organization.management.service-1.0.61
org.wso2.carbon.identity.organization.management.service-1.0.60
org.wso2.carbon.identity.organization.management.service-1.0.59
org.wso2.carbon.identity.organization.management.service-1.0.58
org.wso2.carbon.identity.organization.management.service-1.0.57
org.wso2.carbon.identity.organization.management.service-1.0.56
org.wso2.carbon.identity.organization.management.service-1.0.55
org.wso2.carbon.identity.organization.management.service-1.0.54
org.wso2.carbon.identity.organization.management.service-1.0.53
org.wso2.carbon.identity.organization.management.service-1.0.52
org.wso2.carbon.identity.organization.management.service-1.0.51
org.wso2.carbon.identity.organization.management.service-1.0.50
org.wso2.carbon.identity.organization.management.service-1.0.49
org.wso2.carbon.identity.organization.management.service-1.0.48
org.wso2.carbon.identity.organization.management.service-1.0.47
org.wso2.carbon.identity.organization.management.service-1.0.46
org.wso2.carbon.identity.organization.management.service-1.0.45
org.wso2.carbon.identity.organization.management.service-1.0.44
org.wso2.carbon.identity.organization.management.service-1.0.43
org.wso2.carbon.identity.organization.management.service-1.0.42
org.wso2.carbon.identity.organization.management.service-1.0.41
org.wso2.carbon.identity.organization.management.service-1.0.40
org.wso2.carbon.identity.organization.management.service-1.0.39
org.wso2.carbon.identity.organization.management.service-1.0.38
org.wso2.carbon.identity.organization.management.service-1.0.37
org.wso2.carbon.identity.organization.management.service-1.0.36
org.wso2.carbon.identity.organization.management.service-1.0.35
org.wso2.carbon.identity.organization.management.service-1.0.34

How to add a dependency to Maven

Add the following org.wso2.carbon.identity.organization.management : org.wso2.carbon.identity.organization.management.service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.carbon.identity.organization.management</groupId>
    <artifactId>org.wso2.carbon.identity.organization.management.service</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.identity.organization.management : org.wso2.carbon.identity.organization.management.service gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.identity.organization.management:org.wso2.carbon.identity.organization.management.service:1.2.1'

Gradle Kotlin DSL: Add the following org.wso2.carbon.identity.organization.management : org.wso2.carbon.identity.organization.management.service gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.identity.organization.management:org.wso2.carbon.identity.organization.management.service:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.identity.organization.management : org.wso2.carbon.identity.organization.management.service sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.identity.organization.management" % "org.wso2.carbon.identity.organization.management.service" % "1.2.1"

Advertisement