MVN

io.github.jan-tennert.supacompose : Supacompose-Functions-desktop

Maven & Gradle

Oct 06, 2022
285 stars

Supacompose-Functions · Extends Supabase with a Edge Functions Client

<dependency>
    <groupId>io.github.jan-tennert.supacompose</groupId>
    <artifactId>Supacompose-Functions-desktop</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jan-tennert.supacompose : Supacompose-Functions-desktop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0
  • Latest Beta: 0.4.0-beta-2

All Versions

Choose a version of io.github.jan-tennert.supacompose : Supacompose-Functions-desktop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
Supacompose-Functions-desktop-0.4.0
Supacompose-Functions-desktop-0.4.0-beta-2
Supacompose-Functions-desktop-0.4.0-beta

How to add a dependency to Maven

Add the following io.github.jan-tennert.supacompose : Supacompose-Functions-desktop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jan-tennert.supacompose</groupId>
    <artifactId>Supacompose-Functions-desktop</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jan-tennert.supacompose : Supacompose-Functions-desktop gradle dependency to your build.gradle file:

implementation 'io.github.jan-tennert.supacompose:Supacompose-Functions-desktop:0.4.0'

Gradle Kotlin DSL: Add the following io.github.jan-tennert.supacompose : Supacompose-Functions-desktop gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jan-tennert.supacompose:Supacompose-Functions-desktop:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jan-tennert.supacompose : Supacompose-Functions-desktop sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jan-tennert.supacompose" % "Supacompose-Functions-desktop" % "0.4.0"