Maven Dependency oss-lib-webmvc >> 1.0.7.OSS

In this page we are giving Maven Dependency of cn.home1 >> oss-lib-webmvc version1.0.7.OSS

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of cn.home1 >> oss-lib-webmvc version1.0.7.OSS in your project.

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

Maven dependency automatically download dependent library of oss-lib-webmvc version 1.0.7.OSS 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 oss-lib-webmvc version 1.0.7.OSS

Maven dependency of oss-lib-webmvc version 1.0.7.OSS:

<dependency>
	<groupId>cn.home1</groupId>
	<artifactId>oss-lib-webmvc</artifactId>
	<version>1.0.7.OSS</version>
</dependency>

Gradle Dependency of oss-lib-webmvc version 1.0.7.OSS

compile group: 'cn.home1', name: 'oss-lib-webmvc', version: '1.0.7.OSS'

SBT Dependency of oss-lib-webmvc version 1.0.7.OSS

libraryDependencies += "cn.home1" % "oss-lib-webmvc" % "1.0.7.OSS"

Ivy Dependency of oss-lib-webmvc version 1.0.7.OSS

<dependency org="cn.home1" name="oss-lib-webmvc" rev="1.0.7.OSS"/>

Grape Dependency of oss-lib-webmvc version 1.0.7.OSS

@Grapes(
    @Grab(group='cn.home1', module='oss-lib-webmvc', version='1.0.7.OSS')
)

Leiningen Dependency of oss-lib-webmvc version 1.0.7.OSS

[cn.home1/oss-lib-webmvc "1.0.7.OSS"]

Buildr Dependency of oss-lib-webmvc version 1.0.7.OSS

'cn.home1:oss-lib-webmvc:jar:1.0.7.OSS'

Advertisements

Ads