MVN

xyz.haff : siths

Maven & Gradle

Mar 02, 2023
0 stars

siths · Coroutines-based Redis client library

<dependency>
    <groupId>xyz.haff</groupId>
    <artifactId>siths</artifactId>
    <version>0.12.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.haff : siths to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.15

All Versions

Choose a version of xyz.haff : siths to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
siths-0.12.15
siths-0.12.14
siths-0.12.13
siths-0.12.12
siths-0.12.11
siths-0.12.10
siths-0.12.8
siths-0.12.7
siths-0.12.5
siths-0.12.4
siths-0.12.3
siths-0.12.2
siths-0.12.1
siths-0.12.0
0.11.x
siths-0.11.4
siths-0.11.3
siths-0.11.2
siths-0.11.1
siths-0.11.0
0.10.x
siths-0.10.0
0.9.x
siths-0.9.0
0.8.x
siths-0.8.0
0.7.x
siths-0.7.0
0.6.x
siths-0.6.0
0.5.x
siths-0.5.0
0.4.x
siths-0.4.1
siths-0.4.0
0.3.x
siths-0.3.0
0.2.x
siths-0.2.1
siths-0.2.0
0.1.x
siths-0.1.1
siths-0.1.0

How to add a dependency to Maven

Add the following xyz.haff : siths maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.haff</groupId>
    <artifactId>siths</artifactId>
    <version>0.12.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.haff : siths gradle dependency to your build.gradle file:

implementation 'xyz.haff:siths:0.12.15'

Gradle Kotlin DSL: Add the following xyz.haff : siths gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.haff:siths:0.12.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.haff : siths sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.haff" % "siths" % "0.12.15"

Advertisement