Maven Dependency druid-spring-boot-autoconfigure >> 1.0.31.01

In this page we are giving Maven Dependency of com.cuisongliu >> druid-spring-boot-autoconfigure version1.0.31.01

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.cuisongliu >> druid-spring-boot-autoconfigure version1.0.31.01 in your project.

In this page we are going to discuss about druid-spring-boot-autoconfigure version 1.0.31.01 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use druid-spring-boot-autoconfigure version 1.0.31.01 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of druid-spring-boot-autoconfigure version 1.0.31.01 and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of druid-spring-boot-autoconfigure version 1.0.31.01

Maven dependency of druid-spring-boot-autoconfigure version 1.0.31.01:

<dependency>
	<groupId>com.cuisongliu</groupId>
	<artifactId>druid-spring-boot-autoconfigure</artifactId>
	<version>1.0.31.01</version>
</dependency>

Gradle Dependency of druid-spring-boot-autoconfigure version 1.0.31.01

compile group: 'com.cuisongliu', name: 'druid-spring-boot-autoconfigure', version: '1.0.31.01'

SBT Dependency of druid-spring-boot-autoconfigure version 1.0.31.01

libraryDependencies += "com.cuisongliu" % "druid-spring-boot-autoconfigure" % "1.0.31.01"

Ivy Dependency of druid-spring-boot-autoconfigure version 1.0.31.01

<dependency org="com.cuisongliu" name="druid-spring-boot-autoconfigure" rev="1.0.31.01"/>

Grape Dependency of druid-spring-boot-autoconfigure version 1.0.31.01

@Grapes(
    @Grab(group='com.cuisongliu', module='druid-spring-boot-autoconfigure', version='1.0.31.01')
)

Leiningen Dependency of druid-spring-boot-autoconfigure version 1.0.31.01

[com.cuisongliu/druid-spring-boot-autoconfigure "1.0.31.01"]

Buildr Dependency of druid-spring-boot-autoconfigure version 1.0.31.01

'com.cuisongliu:druid-spring-boot-autoconfigure:jar:1.0.31.01'

Advertisements

Ads