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