Maven Dependency mercateo-spring-boot-starter-hornetq-cluster >> 1.3.5.RELEASE

In this page we are giving Maven Dependency of com.mercateo >> mercateo-spring-boot-starter-hornetq-cluster version1.3.5.RELEASE

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.mercateo >> mercateo-spring-boot-starter-hornetq-cluster version1.3.5.RELEASE in your project.

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

Maven dependency automatically download dependent library of mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE 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 mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE

Maven dependency of mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE:

<dependency>
	<groupId>com.mercateo</groupId>
	<artifactId>mercateo-spring-boot-starter-hornetq-cluster</artifactId>
	<version>1.3.5.RELEASE</version>
</dependency>

Gradle Dependency of mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE

compile group: 'com.mercateo', name: 'mercateo-spring-boot-starter-hornetq-cluster', version: '1.3.5.RELEASE'

SBT Dependency of mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE

libraryDependencies += "com.mercateo" % "mercateo-spring-boot-starter-hornetq-cluster" % "1.3.5.RELEASE"

Ivy Dependency of mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE

<dependency org="com.mercateo" name="mercateo-spring-boot-starter-hornetq-cluster" rev="1.3.5.RELEASE"/>

Grape Dependency of mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE

@Grapes(
    @Grab(group='com.mercateo', module='mercateo-spring-boot-starter-hornetq-cluster', version='1.3.5.RELEASE')
)

Leiningen Dependency of mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE

[com.mercateo/mercateo-spring-boot-starter-hornetq-cluster "1.3.5.RELEASE"]

Buildr Dependency of mercateo-spring-boot-starter-hornetq-cluster version 1.3.5.RELEASE

'com.mercateo:mercateo-spring-boot-starter-hornetq-cluster:jar:1.3.5.RELEASE'

Advertisements