MVN

top.sanguohf.egg : yang-sql-boot-configure

Maven & Gradle

Aug 05, 2020
1 usages
2 stars

yang-sql-boot-configure · 和SpringBoot配置

<dependency>
    <groupId>top.sanguohf.egg</groupId>
    <artifactId>yang-sql-boot-configure</artifactId>
    <version>1.0.31-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.sanguohf.egg : yang-sql-boot-configure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.31-release

All Versions

Choose a version of top.sanguohf.egg : yang-sql-boot-configure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
yang-sql-boot-configure-1.0.31-release
yang-sql-boot-configure-1.0.30-release
yang-sql-boot-configure-1.0.26-release
yang-sql-boot-configure-1.0.25-release
yang-sql-boot-configure-1.0.24-release
yang-sql-boot-configure-1.0.23-release
yang-sql-boot-configure-1.0.22-release
yang-sql-boot-configure-1.0.20-release
yang-sql-boot-configure-1.0.19-release
yang-sql-boot-configure-1.0.18-release
yang-sql-boot-configure-1.0.17-release
yang-sql-boot-configure-1.0.16-release
yang-sql-boot-configure-1.0.15-release
yang-sql-boot-configure-1.0.14-release
yang-sql-boot-configure-1.0.13-release
yang-sql-boot-configure-1.0.12-release
yang-sql-boot-configure-1.0.10-release
yang-sql-boot-configure-1.0.9-release
yang-sql-boot-configure-1.0.8-release
yang-sql-boot-configure-1.0.7-release
yang-sql-boot-configure-1.0.6-release
yang-sql-boot-configure-1.0.5-release
yang-sql-boot-configure-1.0.4-release
yang-sql-boot-configure-1.0.3-release
1.0
yang-sql-boot-configure-1.0-release

How to add a dependency to Maven

Add the following top.sanguohf.egg : yang-sql-boot-configure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.sanguohf.egg</groupId>
    <artifactId>yang-sql-boot-configure</artifactId>
    <version>1.0.31-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.sanguohf.egg : yang-sql-boot-configure gradle dependency to your build.gradle file:

implementation 'top.sanguohf.egg:yang-sql-boot-configure:1.0.31-release'

Gradle Kotlin DSL: Add the following top.sanguohf.egg : yang-sql-boot-configure gradle kotlin dependency to your build.gradle.kts file:

implementation("top.sanguohf.egg:yang-sql-boot-configure:1.0.31-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.sanguohf.egg : yang-sql-boot-configure sbt scala dependency to your build.sbt file:

libraryDependencies += "top.sanguohf.egg" % "yang-sql-boot-configure" % "1.0.31-release"