Downloads

This page gives instructions on accessing the Sea Glass Look and Feel.

See the usage page for more information.

The current version is:

0.1.7.3

Maven

If you are using Maven, you may include the following in your pom.xml file:

<dependencies>
    <dependency>
        <groupId>com.seaglasslookandfeel</groupId>
        <artifactId>seaglasslookandfeel</artifactId>
        <version>0.1.7.3</version>
    </dependency>
</dependencies>

To test against a staged or snapshot version, you must also include the following:

<repositories>
    <repository>
        <id>OSS Staging</id>
        <name>Sonatype Staging Repository</name>
        <url>http://oss.sonatype.org/content/groups/staging/</url>
    </repository>
</repositories>