My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Regroup all commons/general classes and utilities shared by mine projects.

This version 0.2.2 just publish few classes used by JBusyComponent but should grow in the future.

Maven project integration

  • Add in your pom.xml a dependency to this library:
  • <dependency>
        <groupId>org.divxdede</groupId>
        <artifactId>commons</artifactId>
        <version>0.2.2</version>
    </dependency> 

You can refer to the OSS Nexus Repository for refer to a SNAPSHOT release like it:

    <repositories>
        <repository>
            <id>sonatype.oss.snapshots</id>
            <name>Sonatype OSS Snapshot Repository</name>
            <url>http://oss.sonatype.org/content/repositories/snapshots</url>
            <releases>
              <enabled>false</enabled>
            </releases>
            <snapshots>
              <enabled>true</enabled>
            </snapshots>
        </repository> 
    </repositories>
Powered by Google Project Hosting