MVN

org.wso2.samples.is : helloworld

Maven & Gradle

Mar 20, 2023
55 stars

Identity Server: Hello world sample Webapp

<dependency>
    <groupId>org.wso2.samples.is</groupId>
    <artifactId>helloworld</artifactId>
    <version>4.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.3.10

All Versions

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

Version Vulnerabilities Updated
4.5.x
helloworld-4.5.4
helloworld-4.5.2
helloworld-4.5.1
helloworld-4.5.0
4.4.x
helloworld-4.4.0
4.3.x
helloworld-4.3.10
helloworld-4.3.9
helloworld-4.3.8
helloworld-4.3.7
helloworld-4.3.6
helloworld-4.3.5
helloworld-4.3.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.wso2.samples.is</groupId>
    <artifactId>helloworld</artifactId>
    <version>4.3.10</version>
</dependency>