Maven Dependency txt-util >> 0.1-RELEASE

In this page we are giving Maven Dependency of com.jianpage >> txt-util version0.1-RELEASE

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.jianpage >> txt-util version0.1-RELEASE in your project.

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

Maven dependency automatically download dependent library of txt-util version 0.1-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 txt-util version 0.1-RELEASE

Maven dependency of txt-util version 0.1-RELEASE:

<dependency>
	<groupId>com.jianpage</groupId>
	<artifactId>txt-util</artifactId>
	<version>0.1-RELEASE</version>
</dependency>

Gradle Dependency of txt-util version 0.1-RELEASE

compile group: 'com.jianpage', name: 'txt-util', version: '0.1-RELEASE'

SBT Dependency of txt-util version 0.1-RELEASE

libraryDependencies += "com.jianpage" % "txt-util" % "0.1-RELEASE"

Ivy Dependency of txt-util version 0.1-RELEASE

<dependency org="com.jianpage" name="txt-util" rev="0.1-RELEASE"/>

Grape Dependency of txt-util version 0.1-RELEASE

@Grapes(
    @Grab(group='com.jianpage', module='txt-util', version='0.1-RELEASE')
)

Leiningen Dependency of txt-util version 0.1-RELEASE

[com.jianpage/txt-util "0.1-RELEASE"]

Buildr Dependency of txt-util version 0.1-RELEASE

'com.jianpage:txt-util:jar:0.1-RELEASE'

Advertisements

Ads