controls-kt/controls-plc4x/README.md
2024-12-08 12:15:22 +03:00

22 lines
394 B
Markdown

# Module controls-plc4x
A plugin for Controls-kt device server on top of plc4x library
## Usage
## Artifact:
The Maven coordinates of this project are `space.kscience:controls-plc4x:0.4.0-dev-7`.
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:controls-plc4x:0.4.0-dev-7")
}
```