MVN

net.oschina.durcframework : easyopen-spring-boot-starter

Maven & Gradle

Jan 13, 2022

easyopen-spring-boot-starter · easyopen-spring-boot-starter(JDK8)

<dependency>
    <groupId>net.oschina.durcframework</groupId>
    <artifactId>easyopen-spring-boot-starter</artifactId>
    <version>1.16.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oschina.durcframework : easyopen-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16.20

All Versions

Choose a version of net.oschina.durcframework : easyopen-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16.x
easyopen-spring-boot-starter-1.16.20
easyopen-spring-boot-starter-1.16.19
easyopen-spring-boot-starter-1.16.18
easyopen-spring-boot-starter-1.16.17
easyopen-spring-boot-starter-1.16.16
easyopen-spring-boot-starter-1.16.14.3
easyopen-spring-boot-starter-1.16.14.2
easyopen-spring-boot-starter-1.16.14.1
easyopen-spring-boot-starter-1.16.13
easyopen-spring-boot-starter-1.16.12
easyopen-spring-boot-starter-1.16.10
easyopen-spring-boot-starter-1.16.9
easyopen-spring-boot-starter-1.16.8
easyopen-spring-boot-starter-1.16.7
easyopen-spring-boot-starter-1.16.6.1
easyopen-spring-boot-starter-1.16.6
easyopen-spring-boot-starter-1.16.5
easyopen-spring-boot-starter-1.16.4
easyopen-spring-boot-starter-1.16.3
easyopen-spring-boot-starter-1.16.2
easyopen-spring-boot-starter-1.16.1
easyopen-spring-boot-starter-1.16.0
1.15.x
easyopen-spring-boot-starter-1.15.2
easyopen-spring-boot-starter-1.15.1
easyopen-spring-boot-starter-1.15.0
1.14.x
easyopen-spring-boot-starter-1.14.1
easyopen-spring-boot-starter-1.14.0
1.13.x
easyopen-spring-boot-starter-1.13.0.1
easyopen-spring-boot-starter-1.13.0
1.0.x
easyopen-spring-boot-starter-1.0.9
easyopen-spring-boot-starter-1.0.8
easyopen-spring-boot-starter-1.0.7
easyopen-spring-boot-starter-1.0.6
easyopen-spring-boot-starter-1.0.5
easyopen-spring-boot-starter-1.0.4
easyopen-spring-boot-starter-1.0.3
easyopen-spring-boot-starter-1.0.2
easyopen-spring-boot-starter-1.0.1
easyopen-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following net.oschina.durcframework : easyopen-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.oschina.durcframework</groupId>
    <artifactId>easyopen-spring-boot-starter</artifactId>
    <version>1.16.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.oschina.durcframework : easyopen-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'net.oschina.durcframework:easyopen-spring-boot-starter:1.16.20'

Gradle Kotlin DSL: Add the following net.oschina.durcframework : easyopen-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("net.oschina.durcframework:easyopen-spring-boot-starter:1.16.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.oschina.durcframework : easyopen-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "net.oschina.durcframework" % "easyopen-spring-boot-starter" % "1.16.20"