MVN

com.scoperetail.commons : commons-azure-storage

Maven & Gradle

Mar 22, 2023
0 stars

commons-azure-storage · Utility library for Azure Blob Storage

<dependency>
    <groupId>com.scoperetail.commons</groupId>
    <artifactId>commons-azure-storage</artifactId>
    <version>1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scoperetail.commons : commons-azure-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14

All Versions

Choose a version of com.scoperetail.commons : commons-azure-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14
commons-azure-storage-1.14
1.13
commons-azure-storage-1.13
1.12
commons-azure-storage-1.12
1.11
commons-azure-storage-1.11
1.10
commons-azure-storage-1.10
1.9
commons-azure-storage-1.9
1.7
commons-azure-storage-1.7
1.6
commons-azure-storage-1.6
1.5
commons-azure-storage-1.5
1.4
commons-azure-storage-1.4
1.3
commons-azure-storage-1.3
1.2
commons-azure-storage-1.2
1.0
commons-azure-storage-1.0

How to add a dependency to Maven

Add the following com.scoperetail.commons : commons-azure-storage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scoperetail.commons</groupId>
    <artifactId>commons-azure-storage</artifactId>
    <version>1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scoperetail.commons : commons-azure-storage gradle dependency to your build.gradle file:

implementation 'com.scoperetail.commons:commons-azure-storage:1.14'

Gradle Kotlin DSL: Add the following com.scoperetail.commons : commons-azure-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scoperetail.commons:commons-azure-storage:1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scoperetail.commons : commons-azure-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scoperetail.commons" % "commons-azure-storage" % "1.14"