Skip to content

Latest commit

 

History

History
95 lines (66 loc) · 3.9 KB

README.md

File metadata and controls

95 lines (66 loc) · 3.9 KB

Equinox Core

v1.0.6

Static Badge Static Badge Static Badge Static Badge Static Badge

Core utilities for KMP and Spring technologies

Implementation

Version catalog

[versions]
equinox = "1.0.6"

[libraries]
equinox-core = { module = "io.github.n7ghtm4r3:equinox-core", version.ref = "equinox" }

Gradle

  • Add the dependency

    dependencies {
        // implement the core utilities
        implementation 'io.github.n7ghtm4r3:equinox-core:1.0.6'
    }

    Gradle (Kotlin)

    dependencies {
        // implement the core utilities
        implementation("io.github.n7ghtm4r3:equinox-core:1.0.6")
    }

    Gradle (version catalog)

    dependencies {
        // implement the core utilities
        implementation(libs.equinox.core)
    }

APIs available

  • Timeformatter allows you to format the temporal values and calculate temporal gap
  • Requester allows you to communicate with your backends providing the basic methods to build your own customized requester following the Equinox's philosophy
  • Retriever allows you to handle repetitive retrieving routines and execute them in background

Support

If you need help using the library or encounter any problems or bugs, please contact us via the following links:

Thank you for your help!

Badges

Donations

If you want support project and developer

Crypto Address Network
3H3jyCzcRmnxroHthuXh22GXXSmizin2yp Bitcoin
0x1b45bc41efeb3ed655b078f95086f25fc83345c4 Ethereum
AtPjUnxYFHw3a6Si9HinQtyPTqsdbfdKX3dJ1xiDjbrL Solana

If you want support project and developer with PayPal

Copyright © 2025 Tecknobit