MVN

io.github.jan-tennert.supabase : functions-kt-mingwx64

Maven & Gradle

Aug 26, 2023
303 stars

functions-kt · Extends supabase-kt with a Edge Functions Client

<dependency>
    <groupId>io.github.jan-tennert.supabase</groupId>
    <artifactId>functions-kt-mingwx64</artifactId>
    <version>1.2.0-krollback</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jan-tennert.supabase : functions-kt-mingwx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-krollback
  • 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 : functions-kt-mingwx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
functions-kt-mingwx64-1.3.0-rc-2
functions-kt-mingwx64-1.3.0-rc-1
functions-kt-mingwx64-1.3.0-beta-2
functions-kt-mingwx64-1.3.0-beta-1
functions-kt-mingwx64-1.3.0-alpha-4
functions-kt-mingwx64-1.3.0-alpha-3
functions-kt-mingwx64-1.3.0-alpha-2
functions-kt-mingwx64-1.3.0-alpha-1
1.2.x
functions-kt-mingwx64-1.2.0-krollback
functions-kt-mingwx64-1.2.0
functions-kt-mingwx64-1.2.0-alpha-3
functions-kt-mingwx64-1.2.0-alpha-2
functions-kt-mingwx64-1.2.0-alpha-1
1.1.x
functions-kt-mingwx64-1.1.1
functions-kt-mingwx64-1.1.1-dev-2
functions-kt-mingwx64-1.1.1-dev
functions-kt-mingwx64-1.1.0
functions-kt-mingwx64-1.1.0-rc-1
functions-kt-mingwx64-1.1.0-beta-2
functions-kt-mingwx64-1.1.0-beta-1
functions-kt-mingwx64-1.1.0-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.jan-tennert.supabase</groupId>
    <artifactId>functions-kt-mingwx64</artifactId>
    <version>1.2.0-krollback</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jan-tennert.supabase : functions-kt-mingwx64 gradle dependency to your build.gradle file:

implementation 'io.github.jan-tennert.supabase:functions-kt-mingwx64:1.2.0-krollback'

Gradle Kotlin DSL: Add the following io.github.jan-tennert.supabase : functions-kt-mingwx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jan-tennert.supabase:functions-kt-mingwx64:1.2.0-krollback")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jan-tennert.supabase : functions-kt-mingwx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jan-tennert.supabase" % "functions-kt-mingwx64" % "1.2.0-krollback"