Maven Dependency xfire-jaxb >> 1.0-M6a

In this page we are giving Maven Dependency of xfire >> xfire-jaxb version1.0-M6a

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of xfire >> xfire-jaxb version1.0-M6a in your project.

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

Maven dependency automatically download dependent library of xfire-jaxb version 1.0-M6a 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 xfire-jaxb version 1.0-M6a

Maven dependency of xfire-jaxb version 1.0-M6a:

<dependency>
	<groupId>xfire</groupId>
	<artifactId>xfire-jaxb</artifactId>
	<version>1.0-M6a</version>
</dependency>

Gradle Dependency of xfire-jaxb version 1.0-M6a

compile group: 'xfire', name: 'xfire-jaxb', version: '1.0-M6a'

SBT Dependency of xfire-jaxb version 1.0-M6a

libraryDependencies += "xfire" % "xfire-jaxb" % "1.0-M6a"

Ivy Dependency of xfire-jaxb version 1.0-M6a

<dependency org="xfire" name="xfire-jaxb" rev="1.0-M6a"/>

Grape Dependency of xfire-jaxb version 1.0-M6a

@Grapes(
    @Grab(group='xfire', module='xfire-jaxb', version='1.0-M6a')
)

Leiningen Dependency of xfire-jaxb version 1.0-M6a

[xfire/xfire-jaxb "1.0-M6a"]

Buildr Dependency of xfire-jaxb version 1.0-M6a

'xfire:xfire-jaxb:jar:1.0-M6a'

Advertisements

Ads