MVN

com.optimaize.anythingworks.exampleproject : anythingworks-exampleproject

Maven & Gradle

Dec 20, 2022
8 stars

anythingworks-exampleproject · A code example for how to use the anythingworks 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.anythingworks.exampleproject</groupId>
    <artifactId>anythingworks-exampleproject</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0

All Versions

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

Version Vulnerabilities Updated
1.1.x
anythingworks-exampleproject-1.1.0
0.5
anythingworks-exampleproject-0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.optimaize.anythingworks.exampleproject</groupId>
    <artifactId>anythingworks-exampleproject</artifactId>
    <version>1.1.0</version>
</dependency>

Advertisement