Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 956 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 956 Bytes

License Maven Central Java CI

Archimedes

Give me a place to stand, and I shall move the earth.

Archimedes's implementation for the Java Virtual Machine (JVM)

Building From Source

To build from source checkout the code and run:

./mvnw clean install

This will publish the current version to your local Maven cache (usually in ~/.m2/repository)

Versioning

Archimedes is using Semantic Versioning 2.0.0. To understand what that means, please see the specification documentation.