Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.renci.node-agent2 |
ArtifactId | ArtifactIdclient |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
client-0.2.1.pom | |
client-0.2.1.jar | 5 KB |
client-0.2.1-sources.jar | 2 KB |
client-0.2.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.renci.node-agent2/client/ -->
<dependency>
<groupId>org.renci.node-agent2</groupId>
<artifactId>client</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.renci.node-agent2/client/
implementation 'org.renci.node-agent2:client:0.2.1'
// https://jarcasting.com/artifacts/org.renci.node-agent2/client/
implementation ("org.renci.node-agent2:client:0.2.1")
'org.renci.node-agent2:client:jar:0.2.1'
<dependency org="org.renci.node-agent2" name="client" rev="0.2.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.renci.node-agent2', module='client', version='0.2.1')
)
libraryDependencies += "org.renci.node-agent2" % "client" % "0.2.1"
[org.renci.node-agent2/client "0.2.1"]