MVN

org.renci.node-agent2 : node-agent2

Maven & Gradle

Aug 12, 2017
0 stars

node-agent2 · NodeAgent2 is a piece of middleware invoked by Ant handler tasks from ORCA on one side, and speaks the substrate native APIs on the other. The invocation happens over a remotable interface, making it possible for the ORCA AM invoking the task to be on one host and the target of the tasks, where NA2 executes, on another.

<dependency>
    <groupId>org.renci.node-agent2</groupId>
    <artifactId>node-agent2</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.renci.node-agent2 : node-agent2 to add to Maven - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of org.renci.node-agent2 : node-agent2 to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
node-agent2-0.2.2
node-agent2-0.2.1
node-agent2-0.2.0
0.1.x
node-agent2-0.1.3
node-agent2-0.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.renci.node-agent2</groupId>
    <artifactId>node-agent2</artifactId>
    <version>0.2.2</version>
</dependency>