MVN

net.sf.wsag4j.rest : wsag4j-rest-distribution

Maven & Gradle

May 27, 2012

WSAG4J: Rest Distribution · Implementation of the WS-Agreement latest specification. This framework provides capabilities for developers to create new WSAG services and to access existing WSAG services, as described in the WS-Agreement specification.

<dependency>
    <groupId>net.sf.wsag4j.rest</groupId>
    <artifactId>wsag4j-rest-distribution</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.wsag4j.rest : wsag4j-rest-distribution to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of net.sf.wsag4j.rest : wsag4j-rest-distribution to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
wsag4j-rest-distribution-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.wsag4j.rest</groupId>
    <artifactId>wsag4j-rest-distribution</artifactId>
    <version>2.0.0</version>
</dependency>