is not current version
Last Version 0.2.2

org.renci.node-agent2:node-agent2 0.2.1

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.

GroupId

GroupId

org.renci.node-agent2
ArtifactId

ArtifactId

node-agent2
Version

Version

0.2.1
Type

Type

pom

Download node-agent2 0.2.1

Filename Size
node-agent2-0.2.1.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/org.renci.node-agent2/node-agent2/ -->
<dependency>
    <groupId>org.renci.node-agent2</groupId>
    <artifactId>node-agent2</artifactId>
    <version>0.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.renci.node-agent2/node-agent2/
implementation 'org.renci.node-agent2:node-agent2:0.2.1'
// https://jarcasting.com/artifacts/org.renci.node-agent2/node-agent2/
implementation ("org.renci.node-agent2:node-agent2:0.2.1")
'org.renci.node-agent2:node-agent2:pom:0.2.1'
<dependency org="org.renci.node-agent2" name="node-agent2" rev="0.2.1">
  <artifact name="node-agent2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.renci.node-agent2', module='node-agent2', version='0.2.1')
)
libraryDependencies += "org.renci.node-agent2" % "node-agent2" % "0.2.1"
[org.renci.node-agent2/node-agent2 "0.2.1"]