MVN

io.github.jan-tennert.supabase : compose-auth-jvm

Maven & Gradle

Aug 26, 2023
308 stars

compose-auth · Extends gotrue-kt with composable

<dependency>
    <groupId>io.github.jan-tennert.supabase</groupId>
    <artifactId>compose-auth-jvm</artifactId>
    <version>1.3.0-rc-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jan-tennert.supabase : compose-auth-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0-rc-2
  • Latest Release Candidate: 1.3.0-rc-2
  • Latest Beta: 1.3.0-beta-2
  • Latest Alpha: 1.3.0-alpha-4

All Versions

Choose a version of io.github.jan-tennert.supabase : compose-auth-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
compose-auth-jvm-1.3.0-rc-2
compose-auth-jvm-1.3.0-rc-1
compose-auth-jvm-1.3.0-beta-2
compose-auth-jvm-1.3.0-beta-1
compose-auth-jvm-1.3.0-alpha-4
compose-auth-jvm-1.3.0-alpha-3
compose-auth-jvm-1.3.0-alpha-2

How to add a dependency to Maven

Add the following io.github.jan-tennert.supabase : compose-auth-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jan-tennert.supabase</groupId>
    <artifactId>compose-auth-jvm</artifactId>
    <version>1.3.0-rc-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jan-tennert.supabase : compose-auth-jvm gradle dependency to your build.gradle file:

implementation 'io.github.jan-tennert.supabase:compose-auth-jvm:1.3.0-rc-2'

Gradle Kotlin DSL: Add the following io.github.jan-tennert.supabase : compose-auth-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jan-tennert.supabase:compose-auth-jvm:1.3.0-rc-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jan-tennert.supabase : compose-auth-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jan-tennert.supabase" % "compose-auth-jvm" % "1.3.0-rc-2"