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