Maven Dependency persistence >> 1.0.47

In this page we are giving Maven Dependency of com.makeandbuild >> persistence version1.0.47

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.makeandbuild >> persistence version1.0.47 in your project.

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

Maven dependency automatically download dependent library of persistence version 1.0.47 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 persistence version 1.0.47

Maven dependency of persistence version 1.0.47:

<dependency>
	<groupId>com.makeandbuild</groupId>
	<artifactId>persistence</artifactId>
	<version>1.0.47</version>
</dependency>

Gradle Dependency of persistence version 1.0.47

compile group: 'com.makeandbuild', name: 'persistence', version: '1.0.47'

SBT Dependency of persistence version 1.0.47

libraryDependencies += "com.makeandbuild" % "persistence" % "1.0.47"

Ivy Dependency of persistence version 1.0.47

<dependency org="com.makeandbuild" name="persistence" rev="1.0.47"/>

Grape Dependency of persistence version 1.0.47

@Grapes(
    @Grab(group='com.makeandbuild', module='persistence', version='1.0.47')
)

Leiningen Dependency of persistence version 1.0.47

[com.makeandbuild/persistence "1.0.47"]

Buildr Dependency of persistence version 1.0.47

'com.makeandbuild:persistence:jar:1.0.47'

Advertisements