Skip to content

Downloads

Archie L. Cobbs edited this page May 19, 2016 · 8 revisions

You can download dellroad-stuff from Maven Central directly or use one or more of these dependencies in your build:

<dependency>
    <groupId>org.dellroad</groupId>
    <artifactId>dellroad-stuff-main</artifactId>
    <version>${dellroad-stuff.version}</version>
</dependency>
<dependency>
    <groupId>org.dellroad</groupId>
    <artifactId>dellroad-stuff-jibx</artifactId>
    <version>${dellroad-stuff.version}</version>
</dependency>
<dependency>
    <groupId>org.dellroad</groupId>
    <artifactId>dellroad-stuff-pobj</artifactId>
    <version>${dellroad-stuff.version}</version>
</dependency>
<dependency>
    <groupId>org.dellroad</groupId>
    <artifactId>dellroad-stuff-spring</artifactId>
    <version>${dellroad-stuff.version}</version>
</dependency>
<dependency>
    <groupId>org.dellroad</groupId>
    <artifactId>dellroad-stuff-vaadin7</artifactId>
    <version>${dellroad-stuff.version}</version>
</dependency>

Changes are noted here.

Clone this wiki locally