https://github.com/archimedes-projects/archimedes-jvm
Archimedes's implementation for the Java Virtual Machine (JVM)
https://github.com/archimedes-projects/archimedes-jvm
architecture ddd java jvm kotlin solid
Last synced: 4 months ago
JSON representation
Archimedes's implementation for the Java Virtual Machine (JVM)
- Host: GitHub
- URL: https://github.com/archimedes-projects/archimedes-jvm
- Owner: archimedes-projects
- License: apache-2.0
- Created: 2021-04-28T08:55:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T10:43:24.000Z (8 months ago)
- Last Synced: 2024-12-10T17:53:00.602Z (4 months ago)
- Topics: architecture, ddd, java, jvm, kotlin, solid
- Language: Kotlin
- Homepage: https://archimedesfw.io/
- Size: 299 KB
- Stars: 27
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - Archimedes JVM
README
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://search.maven.org/search?q=io.archimedesfw)
[](https://github.com/archimedes-projects/archimedes-jvm/actions)# 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](https://semver.org/).