MVN

org.wso2.identity.apps : authenticationendpoint

Maven & Gradle

Oct 25, 2019
2 usages

WSO2 Identity Server Apps - Authentication Endpoint · WSO2 Identity Server Authentication Endpoint

<dependency>
    <groupId>org.wso2.identity.apps</groupId>
    <artifactId>authenticationendpoint</artifactId>
    <version>0.1.70</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.identity.apps : authenticationendpoint to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.70

All Versions

Choose a version of org.wso2.identity.apps : authenticationendpoint to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
authenticationendpoint-0.1.70
authenticationendpoint-0.1.69
authenticationendpoint-0.1.68
authenticationendpoint-0.1.67
authenticationendpoint-0.1.66
authenticationendpoint-0.1.65
authenticationendpoint-0.1.64
authenticationendpoint-0.1.63
authenticationendpoint-0.1.62
authenticationendpoint-0.1.61
authenticationendpoint-0.1.60
authenticationendpoint-0.1.59
authenticationendpoint-0.1.58
authenticationendpoint-0.1.57
authenticationendpoint-0.1.56
authenticationendpoint-0.1.55

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.identity.apps</groupId>
    <artifactId>authenticationendpoint</artifactId>
    <version>0.1.70</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.identity.apps : authenticationendpoint gradle dependency to your build.gradle file:

implementation 'org.wso2.identity.apps:authenticationendpoint:0.1.70'

Gradle Kotlin DSL: Add the following org.wso2.identity.apps : authenticationendpoint gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.identity.apps:authenticationendpoint:0.1.70")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.identity.apps : authenticationendpoint sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.identity.apps" % "authenticationendpoint" % "0.1.70"