Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 757 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 757 Bytes

SIMON - Simple Invocation of Methods Over Network, a kind of RMI replacement

mavencentral javadoc

Forked from https://github.com/root1-dot-de/simon many years ago with some changes i didn't remember. Uploaded for creating maven central artifact.

Distribution

New releases are made available on Maven Central, enabling you to employ your preferred dependency management tool for retrieval.

// Gradle
dependencies {
    implementation "host.anzo:simon:1.0"
}