controls-kt/magix/magix-java-endpoint/README.md

22 lines
387 B
Markdown
Raw Normal View History

2023-08-23 16:21:11 +03:00
# Module magix-java-endpoint
Java API to work with magix endpoints without Kotlin
## Usage
## Artifact:
2024-03-04 15:58:53 +03:00
The Maven coordinates of this project are `space.kscience:magix-java-endpoint:0.3.0`.
2023-08-23 16:21:11 +03:00
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
2024-03-04 15:58:53 +03:00
implementation("space.kscience:magix-java-endpoint:0.3.0")
2023-08-23 16:21:11 +03:00
}
```