How To Install Java Artifact xfire.xfire v1.0-SNAPSHOT

xfire xfire 1.0-SNAPSHOT

Introduction

In this article, we'll learn how to install Java artifact xfire from xfire group in version 1.0-SNAPSHOT. The artifact is available in 7 versions: 20050202 20041222 1.0-alpha-2 1.0-alpha-1 1.0-SNAPSHOT 1.0-M4 1.0-M3 The XFire project has its own website at: http://xfire.codehaus.org.

How To Install Java Artifact xfire.xfire In Version 1.0-SNAPSHOT

To install the XFire artifact in version 1.0-SNAPSHOT add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses XFire dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (12)

Developers