MVN

org.ow2.frascati.examples : helloworld-ws-parent

Maven & Gradle

Jun 03, 2011

OW2 FraSCAti Examples: HelloWorld Web Service

<dependency>
    <groupId>org.ow2.frascati.examples</groupId>
    <artifactId>helloworld-ws-parent</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.frascati.examples : helloworld-ws-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of org.ow2.frascati.examples : helloworld-ws-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
helloworld-ws-parent-1.4
1.3
helloworld-ws-parent-1.3
1.2
helloworld-ws-parent-1.2
1.1.x
helloworld-ws-parent-1.1.1
1.0.x
helloworld-ws-parent-1.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.frascati.examples</groupId>
    <artifactId>helloworld-ws-parent</artifactId>
    <version>1.4</version>
</dependency>