MVN

org.wso2.km.ext.wso2is : wso2is.key.manager.userinfo.endpoint

Maven & Gradle

Jul 15, 2020
1 usages
3 stars

WSO2IS User Info Rest API

<dependency>
    <groupId>org.wso2.km.ext.wso2is</groupId>
    <artifactId>wso2is.key.manager.userinfo.endpoint</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.km.ext.wso2is : wso2is.key.manager.userinfo.endpoint to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.wso2.km.ext.wso2is : wso2is.key.manager.userinfo.endpoint to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wso2is.key.manager.userinfo.endpoint-1.0.6
wso2is.key.manager.userinfo.endpoint-1.0.5
wso2is.key.manager.userinfo.endpoint-1.0.4
wso2is.key.manager.userinfo.endpoint-1.0.3
wso2is.key.manager.userinfo.endpoint-1.0.2

How to add a dependency to Maven

Add the following org.wso2.km.ext.wso2is : wso2is.key.manager.userinfo.endpoint maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.km.ext.wso2is</groupId>
    <artifactId>wso2is.key.manager.userinfo.endpoint</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.km.ext.wso2is : wso2is.key.manager.userinfo.endpoint gradle dependency to your build.gradle file:

implementation 'org.wso2.km.ext.wso2is:wso2is.key.manager.userinfo.endpoint:1.0.6'

Gradle Kotlin DSL: Add the following org.wso2.km.ext.wso2is : wso2is.key.manager.userinfo.endpoint gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.km.ext.wso2is:wso2is.key.manager.userinfo.endpoint:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.km.ext.wso2is : wso2is.key.manager.userinfo.endpoint sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.km.ext.wso2is" % "wso2is.key.manager.userinfo.endpoint" % "1.0.6"