Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rchomczyk/violet
An elegant library for service discovery and registration.
https://github.com/rchomczyk/violet
Last synced: 17 days ago
JSON representation
An elegant library for service discovery and registration.
- Host: GitHub
- URL: https://github.com/rchomczyk/violet
- Owner: rchomczyk
- License: mit
- Created: 2024-10-30T10:26:13.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T19:00:29.000Z (about 1 month ago)
- Last Synced: 2024-12-08T14:39:07.615Z (20 days ago)
- Language: Java
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## violet (*fiołek*)
An elegant library for service discovery and registration.
### Get started
##### Add repository
```kotlin
maven("https://repo.shiza.dev/releases")
```##### Add dependency
```kotlin
implementation("dev.shiza:violet:1.0.0")
```