Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/softsmithy/softsmithy-lib

A Java utility library.
https://github.com/softsmithy/softsmithy-lib

java java-library java-swing

Last synced: about 1 month ago
JSON representation

A Java utility library.

Awesome Lists containing this project

README

        

# 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

```xml


[...]

org.softsmithy.lib
softsmithy-lib
2.0
import
pom

[...]


```

## Build the project from sources
```bash
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](https://maven.apache.org/repository-management.html) to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your [single group](https://help.sonatype.com/repomanager3/formats/maven-repositories#MavenRepositories-ConfiguringApacheMaven).