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