Skip to content

SoftSmithy/softsmithy-lib

Repository files navigation

SoftSmithy Utility Library

A Java utility library.

Documentation: https://www.softsmithy.org/softsmithy-lib

Major Version Comments
v3
  • Java SE 11
v2
  • Java SE 8
  • JUnit 5
v1
  • Java SE 8
  • JUnit 4

Maven Dependency Management

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

Build the project from sources

mvn clean install

Please 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.