https://github.com/horance-liu/quantity-java
https://github.com/horance-liu/quantity-java
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/quantity-java
- Owner: horance-liu
- Created: 2019-10-28T22:31:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T22:31:39.000Z (over 5 years ago)
- Last Synced: 2025-04-15T01:16:24.634Z (14 days ago)
- Language: Java
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run tests
#### Unix
```bash
$ ./gradlew test
```#### Windows
```bash
$ gradlew.bat test
```