Maven Dependency catalogue-maven-plugin >> 0.9.65

In this page we are giving Maven Dependency of com.thesett >> catalogue-maven-plugin version0.9.65

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.thesett >> catalogue-maven-plugin version0.9.65 in your project.

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

Maven dependency automatically download dependent library of catalogue-maven-plugin version 0.9.65 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 catalogue-maven-plugin version 0.9.65

Maven dependency of catalogue-maven-plugin version 0.9.65:

<dependency>
	<groupId>com.thesett</groupId>
	<artifactId>catalogue-maven-plugin</artifactId>
	<version>0.9.65</version>
</dependency>

Gradle Dependency of catalogue-maven-plugin version 0.9.65

compile group: 'com.thesett', name: 'catalogue-maven-plugin', version: '0.9.65'

SBT Dependency of catalogue-maven-plugin version 0.9.65

libraryDependencies += "com.thesett" % "catalogue-maven-plugin" % "0.9.65"

Ivy Dependency of catalogue-maven-plugin version 0.9.65

<dependency org="com.thesett" name="catalogue-maven-plugin" rev="0.9.65"/>

Grape Dependency of catalogue-maven-plugin version 0.9.65

@Grapes(
    @Grab(group='com.thesett', module='catalogue-maven-plugin', version='0.9.65')
)

Leiningen Dependency of catalogue-maven-plugin version 0.9.65

[com.thesett/catalogue-maven-plugin "0.9.65"]

Buildr Dependency of catalogue-maven-plugin version 0.9.65

'com.thesett:catalogue-maven-plugin:jar:0.9.65'

Advertisements

Ads