MVN

io.github.fun-stack : fun-stack-client-core_sjs1_2.13

Maven & Gradle

Jun 28, 2023
5 stars

fun-stack-client-core · fun-stack-client-core

<dependency>
    <groupId>io.github.fun-stack</groupId>
    <artifactId>fun-stack-client-core_sjs1_2.13</artifactId>
    <version>0.9.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fun-stack : fun-stack-client-core_sjs1_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.14

All Versions

Choose a version of io.github.fun-stack : fun-stack-client-core_sjs1_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
fun-stack-client-core_sjs1_2.13-0.9.14
fun-stack-client-core_sjs1_2.13-0.9.13
fun-stack-client-core_sjs1_2.13-0.9.12
fun-stack-client-core_sjs1_2.13-0.9.11
fun-stack-client-core_sjs1_2.13-0.9.10
fun-stack-client-core_sjs1_2.13-0.9.9
fun-stack-client-core_sjs1_2.13-0.9.8
fun-stack-client-core_sjs1_2.13-0.9.7
fun-stack-client-core_sjs1_2.13-0.9.6
fun-stack-client-core_sjs1_2.13-0.9.5
fun-stack-client-core_sjs1_2.13-0.9.4
fun-stack-client-core_sjs1_2.13-0.9.3
fun-stack-client-core_sjs1_2.13-0.9.2
fun-stack-client-core_sjs1_2.13-0.9.1
fun-stack-client-core_sjs1_2.13-0.9.0

How to add a dependency to Maven

Add the following io.github.fun-stack : fun-stack-client-core_sjs1_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fun-stack</groupId>
    <artifactId>fun-stack-client-core_sjs1_2.13</artifactId>
    <version>0.9.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fun-stack : fun-stack-client-core_sjs1_2.13 gradle dependency to your build.gradle file:

implementation 'io.github.fun-stack:fun-stack-client-core_sjs1_2.13:0.9.14'

Gradle Kotlin DSL: Add the following io.github.fun-stack : fun-stack-client-core_sjs1_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fun-stack:fun-stack-client-core_sjs1_2.13:0.9.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fun-stack : fun-stack-client-core_sjs1_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fun-stack" % "fun-stack-client-core_sjs1_2.13" % "0.9.14"