Maven Dependency util-intervals >> 1.25

In this page we are giving Maven Dependency of com.madgag >> util-intervals version1.25

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.madgag >> util-intervals version1.25 in your project.

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

Maven dependency automatically download dependent library of util-intervals version 1.25 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 util-intervals version 1.25

Maven dependency of util-intervals version 1.25:

<dependency>
	<groupId>com.madgag</groupId>
	<artifactId>util-intervals</artifactId>
	<version>1.25</version>
</dependency>

Gradle Dependency of util-intervals version 1.25

compile group: 'com.madgag', name: 'util-intervals', version: '1.25'

SBT Dependency of util-intervals version 1.25

libraryDependencies += "com.madgag" % "util-intervals" % "1.25"

Ivy Dependency of util-intervals version 1.25

<dependency org="com.madgag" name="util-intervals" rev="1.25"/>

Grape Dependency of util-intervals version 1.25

@Grapes(
    @Grab(group='com.madgag', module='util-intervals', version='1.25')
)

Leiningen Dependency of util-intervals version 1.25

[com.madgag/util-intervals "1.25"]

Buildr Dependency of util-intervals version 1.25

'com.madgag:util-intervals:jar:1.25'

Advertisements