Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.duracloud.mill |
ArtifactId | ArtifactIdcommon-storageprovider |
Version | Version2.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.duracloud.mill/common-storageprovider/ -->
<dependency>
<groupId>org.duracloud.mill</groupId>
<artifactId>common-storageprovider</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.duracloud.mill/common-storageprovider/
implementation 'org.duracloud.mill:common-storageprovider:2.5.0'
// https://jarcasting.com/artifacts/org.duracloud.mill/common-storageprovider/
implementation ("org.duracloud.mill:common-storageprovider:2.5.0")
'org.duracloud.mill:common-storageprovider:jar:2.5.0'
<dependency org="org.duracloud.mill" name="common-storageprovider" rev="2.5.0">
<artifact name="common-storageprovider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.duracloud.mill', module='common-storageprovider', version='2.5.0')
)
libraryDependencies += "org.duracloud.mill" % "common-storageprovider" % "2.5.0"
[org.duracloud.mill/common-storageprovider "2.5.0"]