In this page we are giving Maven Dependency of cn.home1 >> oss-build version1.0.9.OSS
You should include the dependency code given in this page to add Maven Dependency of cn.home1 >> oss-build version1.0.9.OSS in your project.
In this page we are going to discuss about oss-build version 1.0.9.OSS maven dependencies. Maven tool is project management tool which you use to manage your project and easily use oss-build version 1.0.9.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-build version 1.0.9.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-build version 1.0.9.OSS:
<dependency> <groupId>cn.home1</groupId> <artifactId>oss-build</artifactId> <version>1.0.9.OSS</version> </dependency>
Gradle Dependency of oss-build version 1.0.9.OSS
compile group: 'cn.home1', name: 'oss-build', version: '1.0.9.OSS'
SBT Dependency of oss-build version 1.0.9.OSS
libraryDependencies += "cn.home1" % "oss-build" % "1.0.9.OSS"
Ivy Dependency of oss-build version 1.0.9.OSS
<dependency org="cn.home1" name="oss-build" rev="1.0.9.OSS"/>
Grape Dependency of oss-build version 1.0.9.OSS
@Grapes( @Grab(group='cn.home1', module='oss-build', version='1.0.9.OSS') )
Leiningen Dependency of oss-build version 1.0.9.OSS
[cn.home1/oss-build "1.0.9.OSS"]
Buildr Dependency of oss-build version 1.0.9.OSS
'cn.home1:oss-build:jar:1.0.9.OSS'
Advertisements