aXSL: Download

Access the Current Release Using Maven

We intend, in the next release cycle, to make the release available through the Maven Central Repository.

Access the Latest Snapshot Using Maven

Here are the Maven dependency elements for the various sub-projects:


      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-area</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-common</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-fo</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-font</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-galley</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-graphic</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-hyphen</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-layout</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-mif</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-output</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-pdf</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-ps</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-speech</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.axsl</groupId>
        <artifactId>axsl-linebreak</artifactId>
        <version>0.3-SNAPSHOT</version>
      </dependency>

Download the Current Release

aXSL releases may be downloaded from the Sourceforge download page: Download aXSL

Download the Latest Snapshot

The various build artifacts from the latest SNAPSHOT release are available from the Sonatype Snapshot Repository