GroupId | GroupIdorg.renci.node-agent2 |
---|---|
ArtifactId | ArtifactIdagent |
Version | Version0.1.3 |
Type | Typepom |
Filename | Size |
---|---|
agent-0.1.3.pom | 759 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.renci.node-agent2/agent/ -->
<dependency>
<groupId>org.renci.node-agent2</groupId>
<artifactId>agent</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.renci.node-agent2/agent/
implementation 'org.renci.node-agent2:agent:0.1.3'
// https://jarcasting.com/artifacts/org.renci.node-agent2/agent/
implementation ("org.renci.node-agent2:agent:0.1.3")
'org.renci.node-agent2:agent:pom:0.1.3'
<dependency org="org.renci.node-agent2" name="agent" rev="0.1.3">
<artifact name="agent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.renci.node-agent2', module='agent', version='0.1.3')
)
libraryDependencies += "org.renci.node-agent2" % "agent" % "0.1.3"
[org.renci.node-agent2/agent "0.1.3"]