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