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

22 lines
399 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-06-17 17:49:12 +03:00
The Maven coordinates of this project are `space.kscience:magix-java-endpoint:0.4.0-dev-4`.
2023-08-23 16:21:11 +03:00
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
2024-06-17 17:49:12 +03:00
implementation("space.kscience:magix-java-endpoint:0.4.0-dev-4")
2023-08-23 16:21:11 +03:00
}
```