MVN

com.optimaize.soapworks.exampleproject : soapworks-exampleproject

Maven & Gradle

Feb 02, 2015
7 stars

soapworks-exampleproject · A code example for how to use the soapworks library. The submodules are: server: a sample server app that runs a web service. clientlib: the matching web service client library that uses soap/wsdl to connect to the server. clientapp: a sample client app that uses the clientlib to connect to the server. To test it, run the Boot class and then execute the PingServiceImplTest.

<dependency>
    <groupId>com.optimaize.soapworks.exampleproject</groupId>
    <artifactId>soapworks-exampleproject</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.optimaize.soapworks.exampleproject : soapworks-exampleproject to add to Maven - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.optimaize.soapworks.exampleproject : soapworks-exampleproject to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4
soapworks-exampleproject-0.4
0.3
soapworks-exampleproject-0.3
0.2
soapworks-exampleproject-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.optimaize.soapworks.exampleproject</groupId>
    <artifactId>soapworks-exampleproject</artifactId>
    <version>0.4</version>
</dependency>