MVN

net.windwards : asynchrmi-parent

Maven & Gradle

Jul 01, 2015

Asynchronous RMI client library · asynchrmi provides infrastructure that helps with writing advanced JBoss RMI clients. The original rationale was to allow modern JAX-RS servlets to compose services out of legacy JBoss application servers.

<dependency>
    <groupId>net.windwards</groupId>
    <artifactId>asynchrmi-parent</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.windwards : asynchrmi-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.windwards : asynchrmi-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
asynchrmi-parent-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.windwards</groupId>
    <artifactId>asynchrmi-parent</artifactId>
    <version>1.2</version>
</dependency>