A Java utility library.
Documentation: https://www.softsmithy.org/softsmithy-lib
| Major Version | Comments |
|---|---|
| v3 |
|
| v2 |
|
| v1 |
|
<dependencyManagement>
<dependencies>
[...]
<dependency>
<groupId>org.softsmithy.lib</groupId>
<artifactId>softsmithy-lib</artifactId>
<version>2.0</version> <!-- replace with the current version -->
<scope>import</scope>
<type>pom</type>
</dependency>
[...]
</dependencies>
</dependencyManagement>mvn clean installPlease note that the develop branch (SNAPSHOT version) of the project might depend on SNAPSHOT versions of other projects.
If you don't want to build the dependent projects as well, please make sure to define a proxy in your Maven Repository Manager to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your single group.