describes how to install avc-binding-dom.

Installation Guide

Download

Current version is 0.1.14.

The avc-binding-dom project can be downloaded from Maven Central’s Repository (releases, SNAPSHOTs.)

For dependencies, see the Maven Generated Site.

Source

avc-binding-dom uses Mercurial to manage its source code.

You can get a local copy of the avc-binding-dom repository with this command:

hg clone https://bitbucket.org/avantage-compris/avc-binding-dom

You will then be able to build the project with this command:

mvn install

Repositories are set in the POM file.

Note: All source files are UTF-8 encoded.

Use With Maven

If you use Maven yourself, you would need to reference the JAR from your POM files:

<project>
  ...
  <dependencies>
    ...
    <dependency>
      <groupId>net.avcompris.commons</groupId>
      <artifactId>avc-binding-dom</artifactId>
      <version>0.1.4</version>
    </dependency>
    ...
  </dependencies>
  ...
</project>

Next: Getting Started