| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.duracloud |
| ArtifactId | ArtifactIdstoreclient |
| Version | Version5.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| storeclient-5.0.0.pom | |
| storeclient-5.0.0.jar | 60 KB |
| storeclient-5.0.0-sources.jar | 35 KB |
| storeclient-5.0.0-javadoc.jar | 221 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.duracloud/storeclient/ -->
<dependency>
<groupId>org.duracloud</groupId>
<artifactId>storeclient</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.duracloud/storeclient/
implementation 'org.duracloud:storeclient:5.0.0'
// https://jarcasting.com/artifacts/org.duracloud/storeclient/
implementation ("org.duracloud:storeclient:5.0.0")
'org.duracloud:storeclient:jar:5.0.0'
<dependency org="org.duracloud" name="storeclient" rev="5.0.0">
<artifact name="storeclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.duracloud', module='storeclient', version='5.0.0')
)
libraryDependencies += "org.duracloud" % "storeclient" % "5.0.0"
[org.duracloud/storeclient "5.0.0"]