Maven Repository

Accessing to Arakhnê.org development snapshots and third-party packages

Publication:


1. What is maven?

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with:

  • Making the build process easy
  • Providing a uniform build system
  • Providing quality project information
  • Providing guidelines for best practices development
  • Allowing transparent migration to new features

More details

2. Maven Repository provided by Arakhnê.org

Arakhnê.org is providing a Maven repository inside which the Arakhnê.org's Java libraries are published in their development versions. The release versions of these libraries are published on the Maven Central server.

To use the Arakhnê.org's Maven repository, you may put inside the pom.xml file of your project:

<repositories>
  <repository>
    <id>org.arakhne-maven</id>
    <name>Arakhne.org Snapshots</name>
    <url>https://arakhne.org/download/maven</url>
  </repository>
</repositories>

3. Third-Party Maven artifacts provided by Arakhnê.org

Arakhnê.org website is also providing several Maven packages that are not available on the Central Maven Repository:

The Arakhnê.org website is also providing several Maven packages that are not available on the Central Maven Repository.

Java 3D

LuaJ

  • Source: http://sourceforge.net/projects/luaj/
  • Version 2.0.2:
    • org.luaj:luaj-jse:2.0.2.patched_for_janus.1
    • org.luaj:luaj-jme:2.0.2.patched_for_janus.1
  • Version 3.0-beta1:
    • org.luaj:luaj-jse:3.0.b1.patched_for_janus.1
    • org.luaj:luaj-jme:3.0.b1.patched_for_janus.1

migcalendar

  • Source: http://migcalendar.com/
  • Provided packages:
    • com.migcalendar:migcalendar:6.9.3
    • com.migcalendarbean:migcalendar:6.9.3