https://github.com/fugerit-org/fj-lib
Fugerit Java Library For JDK 1.8+
https://github.com/fugerit-org/fj-lib
api java library maven utility
Last synced: about 1 year ago
JSON representation
Fugerit Java Library For JDK 1.8+
- Host: GitHub
- URL: https://github.com/fugerit-org/fj-lib
- Owner: fugerit-org
- License: apache-2.0
- Created: 2017-04-26T18:42:18.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T07:50:04.000Z (about 2 years ago)
- Last Synced: 2024-05-07T18:13:46.296Z (about 2 years ago)
- Topics: api, java, library, maven, utility
- Language: Java
- Homepage: https://www.fugerit.org/perm/jupiter
- Size: 2.19 MB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Jupiter - Fugerit Core A.P.I. fj-doc
Provides helper libraries for other java projects (io, configuration, etc.)
[](CHANGELOG.md)
[](https://mvnrepository.com/artifact/org.fugerit.java/fj-lib)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/fugerit-org/fj-universe/blob/main/CODE_OF_CONDUCT.md)
[](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-lib)
[](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-lib)
[](https://universe.fugerit.org/src/docs/versions/java11.html)
[](https://universe.fugerit.org/src/docs/versions/java11.html)
[](https://universe.fugerit.org/src/docs/versions/maven3_9.html)
[](https://universe.fugerit.org/src/docs/conventions/index.html)
Useful resources :
* [Jupiter - Fugerit Java Library Home](https://www.fugerit.org/perm/jupiter/) - Home page to the project
* [Github pages](https://jupiterdocs.fugerit.org/)
Quick start :
mvn clean install
Maven profiles :
- full (create javadoc and sources package too)
- test (run tests, by default tests are excluded)
## module : [fj-core](fj-core/README.md)
[](https://mvnrepository.com/artifact/org.fugerit.java/fj-core)
[](https://javadoc.io/doc/org.fugerit.java/fj-core)
Simple utilities for IO, Configuration, DB, Language types and more.
## module : [fj-core-jvfs](fj-core-jvfs/README.md)
[](https://mvnrepository.com/artifact/org.fugerit.java/fj-core-jvfs)
[](https://javadoc.io/doc/org.fugerit.java/fj-core-jvfs)
Abstraction layer for a virtual file system (can be based on real file syste, database, class loader etc.)
## module : [fj-tool](fj-tool/README.md)
[](https://mvnrepository.com/artifact/org.fugerit.java/fj-tool)
[](https://javadoc.io/doc/org.fugerit.java/fj-tool)
Sample tool wrappers for some of [fj-core](../fj-core/README.md) module functionalities.