MVN

org.wso2.carbon.auth : org.wso2.carbon.auth.rest.api.authenticators

Maven & Gradle

Dec 16, 2019
7 usages
3 stars
<dependency>
    <groupId>org.wso2.carbon.auth</groupId>
    <artifactId>org.wso2.carbon.auth.rest.api.authenticators</artifactId>
    <version>1.0.59</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.auth : org.wso2.carbon.auth.rest.api.authenticators to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.59

All Versions

Choose a version of org.wso2.carbon.auth : org.wso2.carbon.auth.rest.api.authenticators to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
org.wso2.carbon.auth.rest.api.authenticators-1.0.59
org.wso2.carbon.auth.rest.api.authenticators-1.0.58
org.wso2.carbon.auth.rest.api.authenticators-1.0.57
org.wso2.carbon.auth.rest.api.authenticators-1.0.56
org.wso2.carbon.auth.rest.api.authenticators-1.0.55
org.wso2.carbon.auth.rest.api.authenticators-1.0.54
org.wso2.carbon.auth.rest.api.authenticators-1.0.53
org.wso2.carbon.auth.rest.api.authenticators-1.0.52
org.wso2.carbon.auth.rest.api.authenticators-1.0.51
org.wso2.carbon.auth.rest.api.authenticators-1.0.50
org.wso2.carbon.auth.rest.api.authenticators-1.0.49

How to add a dependency to Maven

Add the following org.wso2.carbon.auth : org.wso2.carbon.auth.rest.api.authenticators maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.carbon.auth</groupId>
    <artifactId>org.wso2.carbon.auth.rest.api.authenticators</artifactId>
    <version>1.0.59</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.auth : org.wso2.carbon.auth.rest.api.authenticators gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.auth:org.wso2.carbon.auth.rest.api.authenticators:1.0.59'

Gradle Kotlin DSL: Add the following org.wso2.carbon.auth : org.wso2.carbon.auth.rest.api.authenticators gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.auth:org.wso2.carbon.auth.rest.api.authenticators:1.0.59")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.auth : org.wso2.carbon.auth.rest.api.authenticators sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.auth" % "org.wso2.carbon.auth.rest.api.authenticators" % "1.0.59"

Advertisement