MVN

tech.mgl : mgl-boot-spring-boot-autoconfigure

Maven & Gradle

Aug 12, 2023

mgl-boot-spring-boot-autoconfigure · THIS FILE IS PART OF MGL PROJECT MGL.tech - The core part of the reboot library (文件名和作用概述) Copyright (c) 1989-2016 MGL.tech Copyright (c) 2016 MGL.TECH 任何网站未经本公司授权,不得盗用本站所有资源及所有代码否则追究法律责任 任何网站未经本公司授权,任何人不得作全部或部分复制或仿造否则追究法律责任

<dependency>
    <groupId>tech.mgl</groupId>
    <artifactId>mgl-boot-spring-boot-autoconfigure</artifactId>
    <version>3.1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.mgl : mgl-boot-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2.1

All Versions

Choose a version of tech.mgl : mgl-boot-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
mgl-boot-spring-boot-autoconfigure-3.1.2.1
mgl-boot-spring-boot-autoconfigure-3.1.2
3.0.x
mgl-boot-spring-boot-autoconfigure-3.0.1

How to add a dependency to Maven

Add the following tech.mgl : mgl-boot-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.mgl</groupId>
    <artifactId>mgl-boot-spring-boot-autoconfigure</artifactId>
    <version>3.1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.mgl : mgl-boot-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'tech.mgl:mgl-boot-spring-boot-autoconfigure:3.1.2.1'

Gradle Kotlin DSL: Add the following tech.mgl : mgl-boot-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.mgl:mgl-boot-spring-boot-autoconfigure:3.1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.mgl : mgl-boot-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.mgl" % "mgl-boot-spring-boot-autoconfigure" % "3.1.2.1"