| License |
License |
|---|---|
| GroupId | GroupIdorg.renci.node-agent2 |
| ArtifactId | ArtifactIdagent-server |
| Version | Version0.2.2 |
| Type | Typejar |
| Description |
Descriptionserver
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| agent-server-0.2.2.pom | |
| agent-server-0.2.2.jar | 38 KB |
| agent-server-0.2.2-sources.jar | 21 KB |
| agent-server-0.2.2-javadoc.jar | 140 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.renci.node-agent2/agent-server/ -->
<dependency>
<groupId>org.renci.node-agent2</groupId>
<artifactId>agent-server</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.renci.node-agent2/agent-server/
implementation 'org.renci.node-agent2:agent-server:0.2.2'
// https://jarcasting.com/artifacts/org.renci.node-agent2/agent-server/
implementation ("org.renci.node-agent2:agent-server:0.2.2")
'org.renci.node-agent2:agent-server:jar:0.2.2'
<dependency org="org.renci.node-agent2" name="agent-server" rev="0.2.2">
<artifact name="agent-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.renci.node-agent2', module='agent-server', version='0.2.2')
)
libraryDependencies += "org.renci.node-agent2" % "agent-server" % "0.2.2"
[org.renci.node-agent2/agent-server "0.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hsqldb : hsqldb | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |