Maven Dependency spring-json-view >> 0.13

In this page we are giving Maven Dependency of com.monitorjbl >> spring-json-view version0.13

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.monitorjbl >> spring-json-view version0.13 in your project.

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

Maven dependency automatically download dependent library of spring-json-view version 0.13 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 spring-json-view version 0.13

Maven dependency of spring-json-view version 0.13:

<dependency>
	<groupId>com.monitorjbl</groupId>
	<artifactId>spring-json-view</artifactId>
	<version>0.13</version>
</dependency>

Gradle Dependency of spring-json-view version 0.13

compile group: 'com.monitorjbl', name: 'spring-json-view', version: '0.13'

SBT Dependency of spring-json-view version 0.13

libraryDependencies += "com.monitorjbl" % "spring-json-view" % "0.13"

Ivy Dependency of spring-json-view version 0.13

<dependency org="com.monitorjbl" name="spring-json-view" rev="0.13"/>

Grape Dependency of spring-json-view version 0.13

@Grapes(
    @Grab(group='com.monitorjbl', module='spring-json-view', version='0.13')
)

Leiningen Dependency of spring-json-view version 0.13

[com.monitorjbl/spring-json-view "0.13"]

Buildr Dependency of spring-json-view version 0.13

'com.monitorjbl:spring-json-view:jar:0.13'

Advertisements