MVN

com.optimaize.anythingworks : anythingworks

Maven & Gradle

Dec 20, 2022
8 stars

anythingworks · Java Library to Bootstrap Web service client/server development. It supports both RESTful web services (JAX-RS) and SOAP / WSDL web services (JAX-WS). Within this project classes specific for one technology are prefixed with either "Rest" or "Soap". Other technologies, like JSON-RPC, could be added. Hence the name "anything works".

<dependency>
    <groupId>com.optimaize.anythingworks</groupId>
    <artifactId>anythingworks</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement