Skip to content

Any potentially sharable data between an Agent and a Yiski client

License

Notifications You must be signed in to change notification settings

devOS-Sanity-Edition/yiski-shared-data

Repository files navigation

Yiski Shared Data

Library that contains common shared data classes between Yiski4 module in Yiski bot and the Yiski4 Agent.

Mainly doing this to avoid duplicate code.

Usage

Without Version Catalog

repositories {
    maven("https://mvn.devos.one/snapshots")
}

dependencies {
    implementation("one.devos:yiski-shared-data:0.1.0")
}

With Version Catalog

gradle/libs.versions.toml

[versions]
# Yiski Shared Data
yiski-shared-data = "0.1.0"

# Yiski Shared Data
yiski-shared-data = { module = "one.devos:yiski-shared-data", version.ref = "yiski-shared-data" }

build.gradle.kts

repositories {
    maven("https://mvn.devos.one/snapshots")
}

dependencies {
    implementation(libs.yiski.shared.data)
}

License

Project is licensed under the MIT license.

About

Any potentially sharable data between an Agent and a Yiski client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages