MVN

com.github.clarkstore : os-azure-spring-boot-starter

Maven & Gradle

Nov 01, 2021

os-common-azure-starter模块

<dependency>
    <groupId>com.github.clarkstore</groupId>
    <artifactId>os-azure-spring-boot-starter</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.clarkstore : os-azure-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of com.github.clarkstore : os-azure-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
os-azure-spring-boot-starter-0.5.1
os-azure-spring-boot-starter-0.5.0
0.4.x
os-azure-spring-boot-starter-0.4.19
os-azure-spring-boot-starter-0.4.18
os-azure-spring-boot-starter-0.4.17
os-azure-spring-boot-starter-0.4.16
os-azure-spring-boot-starter-0.4.15
os-azure-spring-boot-starter-0.4.13
os-azure-spring-boot-starter-0.4.12
os-azure-spring-boot-starter-0.4.11
os-azure-spring-boot-starter-0.4.10
os-azure-spring-boot-starter-0.4.9
os-azure-spring-boot-starter-0.4.8
os-azure-spring-boot-starter-0.4.7
os-azure-spring-boot-starter-0.4.6
os-azure-spring-boot-starter-0.4.5
os-azure-spring-boot-starter-0.4.4
os-azure-spring-boot-starter-0.4.3
os-azure-spring-boot-starter-0.4.2
os-azure-spring-boot-starter-0.4.1
os-azure-spring-boot-starter-0.4.0
0.3.x
os-azure-spring-boot-starter-0.3.27
os-azure-spring-boot-starter-0.3.25
os-azure-spring-boot-starter-0.3.24
os-azure-spring-boot-starter-0.3.21
os-azure-spring-boot-starter-0.3.20
os-azure-spring-boot-starter-0.3.19
os-azure-spring-boot-starter-0.3.18
os-azure-spring-boot-starter-0.3.17
os-azure-spring-boot-starter-0.3.16
os-azure-spring-boot-starter-0.3.15
os-azure-spring-boot-starter-0.3.14
os-azure-spring-boot-starter-0.3.13
os-azure-spring-boot-starter-0.3.12
os-azure-spring-boot-starter-0.3.11
os-azure-spring-boot-starter-0.3.10
os-azure-spring-boot-starter-0.3.9
os-azure-spring-boot-starter-0.3.8
os-azure-spring-boot-starter-0.3.7
os-azure-spring-boot-starter-0.3.6
os-azure-spring-boot-starter-0.3.5
os-azure-spring-boot-starter-0.3.4
os-azure-spring-boot-starter-0.3.3
os-azure-spring-boot-starter-0.3.2
os-azure-spring-boot-starter-0.3.1
os-azure-spring-boot-starter-0.3.0
0.2.x
os-azure-spring-boot-starter-0.2.16
os-azure-spring-boot-starter-0.2.15
os-azure-spring-boot-starter-0.2.14
os-azure-spring-boot-starter-0.2.13
os-azure-spring-boot-starter-0.2.12
os-azure-spring-boot-starter-0.2.11
os-azure-spring-boot-starter-0.2.10
os-azure-spring-boot-starter-0.2.8
os-azure-spring-boot-starter-0.2.7
os-azure-spring-boot-starter-0.2.6
os-azure-spring-boot-starter-0.2.5
os-azure-spring-boot-starter-0.2.4
os-azure-spring-boot-starter-0.2.3
os-azure-spring-boot-starter-0.2.2
os-azure-spring-boot-starter-0.2.1
os-azure-spring-boot-starter-0.2.0
0.1.x
os-azure-spring-boot-starter-0.1.12
os-azure-spring-boot-starter-0.1.11
os-azure-spring-boot-starter-0.1.10
os-azure-spring-boot-starter-0.1.9
os-azure-spring-boot-starter-0.1.8

How to add a dependency to Maven

Add the following com.github.clarkstore : os-azure-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.clarkstore</groupId>
    <artifactId>os-azure-spring-boot-starter</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.clarkstore : os-azure-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.clarkstore:os-azure-spring-boot-starter:0.5.1'

Gradle Kotlin DSL: Add the following com.github.clarkstore : os-azure-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.clarkstore:os-azure-spring-boot-starter:0.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.clarkstore : os-azure-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.clarkstore" % "os-azure-spring-boot-starter" % "0.5.1"