MVN

com.github.liaomengge : base-spring-cloud-framework

Maven & Gradle

Aug 13, 2021
3 usages
14 stars

base spring cloud framework · base spring cloud framework for developer

<dependency>
    <groupId>com.github.liaomengge</groupId>
    <artifactId>base-spring-cloud-framework</artifactId>
    <version>3.1.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.liaomengge : base-spring-cloud-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0.RELEASE

All Versions

Choose a version of com.github.liaomengge : base-spring-cloud-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
base-spring-cloud-framework-3.1.0.RELEASE
3.0.x
base-spring-cloud-framework-3.0.0.RELEASE
2.0.x
base-spring-cloud-framework-2.0.5-RELEASE
base-spring-cloud-framework-2.0.1-RELEASE

How to add a dependency to Maven

Add the following com.github.liaomengge : base-spring-cloud-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.liaomengge</groupId>
    <artifactId>base-spring-cloud-framework</artifactId>
    <version>3.1.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.liaomengge : base-spring-cloud-framework gradle dependency to your build.gradle file:

implementation 'com.github.liaomengge:base-spring-cloud-framework:3.1.0.RELEASE'

Gradle Kotlin DSL: Add the following com.github.liaomengge : base-spring-cloud-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.liaomengge:base-spring-cloud-framework:3.1.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.liaomengge : base-spring-cloud-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.liaomengge" % "base-spring-cloud-framework" % "3.1.0.RELEASE"

Advertisement