GroupId | GroupIdorg.renci.node-agent2 |
---|---|
ArtifactId | ArtifactIdagentlib |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
agentlib-0.1.3.pom | |
agentlib-0.1.3.jar | 7 KB |
agentlib-0.1.3-sources.jar | 4 KB |
agentlib-0.1.3-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.renci.node-agent2/agentlib/ -->
<dependency>
<groupId>org.renci.node-agent2</groupId>
<artifactId>agentlib</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.renci.node-agent2/agentlib/
implementation 'org.renci.node-agent2:agentlib:0.1.3'
// https://jarcasting.com/artifacts/org.renci.node-agent2/agentlib/
implementation ("org.renci.node-agent2:agentlib:0.1.3")
'org.renci.node-agent2:agentlib:jar:0.1.3'
<dependency org="org.renci.node-agent2" name="agentlib" rev="0.1.3">
<artifact name="agentlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.renci.node-agent2', module='agentlib', version='0.1.3')
)
libraryDependencies += "org.renci.node-agent2" % "agentlib" % "0.1.3"
[org.renci.node-agent2/agentlib "0.1.3"]