MVN

org.wso2.is : helloworld

Maven & Gradle

Aug 24, 2018

Identity Server: Hello world sample Webapp

<dependency>
    <groupId>org.wso2.is</groupId>
    <artifactId>helloworld</artifactId>
    <version>5.7.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.is : helloworld to add to Maven - Latest Versions:

  • Latest Stable: 5.7.0-beta
  • Latest Beta: 5.7.0-beta
  • Latest Alpha: 5.7.0-alpha3

All Versions

Choose a version of org.wso2.is : helloworld to add to Maven - All Versions:

Version Vulnerabilities Updated
5.7.x
helloworld-5.7.0-beta
helloworld-5.7.0-alpha3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wso2.is</groupId>
    <artifactId>helloworld</artifactId>
    <version>5.7.0-beta</version>
</dependency>