GroupId | GroupIdcom.scoperetail.commons |
---|---|
ArtifactId | ArtifactIdcommons-azure-storage |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
commons-azure-storage-1.5.pom | |
commons-azure-storage-1.5.jar | 12 KB |
commons-azure-storage-1.5-sources.jar | 13 KB |
commons-azure-storage-1.5-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.scoperetail.commons/commons-azure-storage/ -->
<dependency>
<groupId>com.scoperetail.commons</groupId>
<artifactId>commons-azure-storage</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.scoperetail.commons/commons-azure-storage/
implementation 'com.scoperetail.commons:commons-azure-storage:1.5'
// https://jarcasting.com/artifacts/com.scoperetail.commons/commons-azure-storage/
implementation ("com.scoperetail.commons:commons-azure-storage:1.5")
'com.scoperetail.commons:commons-azure-storage:jar:1.5'
<dependency org="com.scoperetail.commons" name="commons-azure-storage" rev="1.5">
<artifact name="commons-azure-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scoperetail.commons', module='commons-azure-storage', version='1.5')
)
libraryDependencies += "com.scoperetail.commons" % "commons-azure-storage" % "1.5"
[com.scoperetail.commons/commons-azure-storage "1.5"]