Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drombler/drombler-commons
A collection of reusable libraries and frameworks.
https://github.com/drombler/drombler-commons
java java-library javafx reusable-library
Last synced: 3 months ago
JSON representation
A collection of reusable libraries and frameworks.
- Host: GitHub
- URL: https://github.com/drombler/drombler-commons
- Owner: Drombler
- License: other
- Created: 2015-05-30T13:02:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T15:30:33.000Z (over 3 years ago)
- Last Synced: 2024-09-29T23:05:04.583Z (3 months ago)
- Topics: java, java-library, javafx, reusable-library
- Language: Java
- Homepage: https://www.drombler.org/drombler-commons
- Size: 29.1 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Drombler Commons
*Drombler Commons* is a collection of reusable libraries and frameworks. They ship with OSGi meta data but don't require an OSGi environment.
See the [documentation](https://www.drombler.org/drombler-commons) for the Javadoc and information about the provided Maven modules (available from Maven Central).
| Major Version | Comments |
| ------------- | ------- |
| v2 |
- Java SE 11
| v1 |
- Java SE 8
## Maven Dependency Management
```xml
[...]
org.drombler.commons
drombler-commons
2.0
pom
import
[...]
```
## 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).