Maven Dependency jpa-utils >> 0.1.0-20170330

In this page we are giving Maven Dependency of com.agapsys >> jpa-utils version0.1.0-20170330

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.agapsys >> jpa-utils version0.1.0-20170330 in your project.

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

Maven dependency automatically download dependent library of jpa-utils version 0.1.0-20170330 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 jpa-utils version 0.1.0-20170330

Maven dependency of jpa-utils version 0.1.0-20170330:

<dependency>
	<groupId>com.agapsys</groupId>
	<artifactId>jpa-utils</artifactId>
	<version>0.1.0-20170330</version>
</dependency>

Gradle Dependency of jpa-utils version 0.1.0-20170330

compile group: 'com.agapsys', name: 'jpa-utils', version: '0.1.0-20170330'

SBT Dependency of jpa-utils version 0.1.0-20170330

libraryDependencies += "com.agapsys" % "jpa-utils" % "0.1.0-20170330"

Ivy Dependency of jpa-utils version 0.1.0-20170330

<dependency org="com.agapsys" name="jpa-utils" rev="0.1.0-20170330"/>

Grape Dependency of jpa-utils version 0.1.0-20170330

@Grapes(
    @Grab(group='com.agapsys', module='jpa-utils', version='0.1.0-20170330')
)

Leiningen Dependency of jpa-utils version 0.1.0-20170330

[com.agapsys/jpa-utils "0.1.0-20170330"]

Buildr Dependency of jpa-utils version 0.1.0-20170330

'com.agapsys:jpa-utils:jar:0.1.0-20170330'

Advertisements