https://github.com/sormuras/sawdust
Java Modules
https://github.com/sormuras/sawdust
java modules
Last synced: 19 days ago
JSON representation
Java Modules
- Host: GitHub
- URL: https://github.com/sormuras/sawdust
- Owner: sormuras
- Created: 2016-11-09T11:37:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T07:05:12.000Z (over 5 years ago)
- Last Synced: 2025-10-30T07:41:07.486Z (9 months ago)
- Topics: java, modules
- Language: Java
- Homepage: https://github.com/sormuras/bach
- Size: 587 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sawdust
Project sawdust consists of several Java modules.
Three main modules meant to be reused.
One test module that checks the modular API of the former three.
## build
- Install [JDK](https://jdk.java.net) 16 or later
- Clone this repository
- Invoke `jshell https://bit.ly/bach-init`
- On Windows call `.bach\bin\bach build`, on Linux `.bach/bin/bach build`
## use
- Add `requires com.github.sormuras.sawdust[.api|.core]` to your `module-info.java` file
- Download modular JARs from [releases](https://github.com/sormuras/sawdust/releases) page