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