Skip to content

⚒ A multiplatform-friendly common utility module targeting code flexibility

License

Notifications You must be signed in to change notification settings

Southdust/mechanism

Repository files navigation

⚒ mechanism

Kotlin Discord CI Version

A multiplatform-friendly common utility module targeting code flexibility.

🎏 Getting Started

You can find information about how to use this library in the classes' documentation! We will go into more details as soon our website is ready.

🐚 Installation

replace x.y.z with the latest version

Gradle (Kotlin DSL)

repositories {
   maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/") {
       name = "SonatypeSnapshots"
   }
}

dependencies {
    implementation("org.hexalite", "mechanism-core", "x.y.z")
    // arrow extensions, if needed
    implementation("org.hexalite", "mechanism-extension-arrow", "x.y.z")
}

About

⚒ A multiplatform-friendly common utility module targeting code flexibility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Languages