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