GroupId | GroupIdcom.scoperetail.commons |
---|---|
ArtifactId | ArtifactIdcommons-azure-storage |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-azure-storage-1.3.pom | |
commons-azure-storage-1.3.jar | 12 KB |
commons-azure-storage-1.3-sources.jar | 13 KB |
commons-azure-storage-1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.scoperetail.commons/commons-azure-storage/
implementation 'com.scoperetail.commons:commons-azure-storage:1.3'
// https://jarcasting.com/artifacts/com.scoperetail.commons/commons-azure-storage/
implementation ("com.scoperetail.commons:commons-azure-storage:1.3")
'com.scoperetail.commons:commons-azure-storage:jar:1.3'
<dependency org="com.scoperetail.commons" name="commons-azure-storage" rev="1.3">
<artifact name="commons-azure-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scoperetail.commons', module='commons-azure-storage', version='1.3')
)
libraryDependencies += "com.scoperetail.commons" % "commons-azure-storage" % "1.3"
[com.scoperetail.commons/commons-azure-storage "1.3"]