|
Project Information
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
<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>
|