a

asynchrmi-parent

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.
https://bitbucket.org/quest/asynchrmi
Lesser General Public License version 3.0
Files download
File Operation
asynchrmi-parent-1.2.pom download
Apache Maven
<dependency>
  <groupId>net.windwards</groupId>
  <artifactId>asynchrmi-parent</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.windwards:asynchrmi-parent:1.2'
Gradle Kotlin
implementation("net.windwards:asynchrmi-parent:1.2")
Scala SBT
libraryDependencies += "net.windwards" % "asynchrmi-parent" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.windwards', module='asynchrmi-parent', version='1.2')
)
Apache Ivy
<dependency org="net.windwards" name="asynchrmi-parent" rev="1.2" />
Leiningen
[net.windwards/asynchrmi-parent "1.2"]
Apache Buildr
'net.windwards:asynchrmi-parent:jar:1.2'
Dependencies