In this page we are giving Maven Dependency of com.makeandbuild >> vessl version1.0.51
You should include the dependency code given in this page to add Maven Dependency of com.makeandbuild >> vessl version1.0.51 in your project.
In this page we are going to discuss about vessl version 1.0.51 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use vessl version 1.0.51 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of vessl version 1.0.51 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 vessl version 1.0.51:
<dependency> <groupId>com.makeandbuild</groupId> <artifactId>vessl</artifactId> <version>1.0.51</version> </dependency>
Gradle Dependency of vessl version 1.0.51
compile group: 'com.makeandbuild', name: 'vessl', version: '1.0.51'
SBT Dependency of vessl version 1.0.51
libraryDependencies += "com.makeandbuild" % "vessl" % "1.0.51"
Ivy Dependency of vessl version 1.0.51
<dependency org="com.makeandbuild" name="vessl" rev="1.0.51"/>
Grape Dependency of vessl version 1.0.51
@Grapes( @Grab(group='com.makeandbuild', module='vessl', version='1.0.51') )
Leiningen Dependency of vessl version 1.0.51
[com.makeandbuild/vessl "1.0.51"]
Buildr Dependency of vessl version 1.0.51
'com.makeandbuild:vessl:jar:1.0.51'
Advertisements