Skip to content

Utilities for clients with an architecture based on SpringBoot and Jetpack Compose frameworks. Is a support library to implement some utilities for the clients and some default composable such OutlinedTextField, AlertDialogs and different others

License

Notifications You must be signed in to change notification settings

N7ghtm4r3/Equinox-Compose

Repository files navigation

Equinox-Compose

v1.0.1

Utilities for clients with an architecture based on SpringBoot and Jetpack Compose frameworks. Is a support library to implement some utilities for the clients and some default composable such OutlinedTextField, AlertDialogs and different others. Based on the main library Equinox

Implementation

Add the JitPack repository to your build file

Gradle

  • Add it in your root build.gradle at the end of repositories

    Gradle (Short)

    repositories {
        ...
        maven { url 'https://jitpack.io' }
        maven { url 'https://repo.clojars.org' }
    }

    Gradle (Kotlin)

    repositories {
        ...
        maven("https://jitpack.io")
        maven("https://repo.clojars.org")
    }
  • Add the dependency

    Gradle (Short)

    dependencies {
        implementation 'com.github.N7ghtm4r3:Equinox:1.0.3'
        implementation 'com.github.N7ghtm4r3:APIManager:2.2.3'
        implementation 'com.github.N7ghtm4r3:Equinox-Compose:1.0.1' {
            // you need to exclude the Android library artifacts on a not-Android environment
            exclude("io.github.n7ghtm4r3:Equinox-Compose", "library-android")
    
            // or
    
            // you need to exclude the JVM library artifacts on an Android environment
            exclude("io.github.n7ghtm4r3:Equinox-Compose", "library-jvm")
        }
    }

    Gradle (Kotlin)

    dependencies {
        implementation("com.github.N7ghtm4r3:Equinox:1.0.3")
        implementation("com.github.N7ghtm4r3:APIManager:2.2.3")
        implementation("io.github.n7ghtm4r3:Equinox-Compose:1.0.1") {
            // you need to exclude the Android library artifacts on a not-Android environment
            exclude("io.github.n7ghtm4r3:Equinox-Compose", "library-android")
    
            // or
    
            // you need to exclude the JVM library artifacts on an Android environment
            exclude("io.github.n7ghtm4r3:Equinox-Compose", "library-jvm")
        }
    }

Maven

  • Add it in your root build.gradle at the end of repositories
<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
  • Add the dependencies
<dependency>
  <groupId>com.github.N7ghtm4r3</groupId>
  <artifactId>Equinox</artifactId>
  <version>1.0.3</version>
</dependency>
<dependency>
  <groupId>com.github.N7ghtm4r3</groupId>
  <artifactId>APIManager</artifactId>
  <version>2.2.3</version>
</dependency>
<dependency>
  <groupId>com.github.N7ghtm4r3</groupId>
  <artifactId>Equinox-Compose</artifactId>
  <version>1.0.1</version>
</dependency>

🛠 Skills

  • Java
  • Kotlin

APIs available

The other apis will be gradually released

Composable available

The others composable will be gradually released

Authors

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

Twitter

Donations

If you want support project and developer

Crypto Address Network
3H3jyCzcRmnxroHthuXh22GXXSmizin2yp Bitcoin
0x1b45bc41efeb3ed655b078f95086f25fc83345c4 Ethereum

If you want support project and developer with PayPal

Copyright © 2024 Tecknobit

About

Utilities for clients with an architecture based on SpringBoot and Jetpack Compose frameworks. Is a support library to implement some utilities for the clients and some default composable such OutlinedTextField, AlertDialogs and different others

Topics

Resources

License

Stars

Watchers

Forks

Languages