An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://img.shields.io/maven-central/v/io.archimedesfw/archimedes-parent.svg?label=Maven%20Central)](https://search.maven.org/search?q=io.archimedesfw)
[![Java CI](https://github.com/archimedes-projects/archimedes-jvm/workflows/Build%20CI/badge.svg)](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/).