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