MVN

com.github.tix320 : kiwi

Maven & Gradle

Mar 09, 2021
2 usages
2 stars

Kiwi · Reactive programming library

<dependency>
    <groupId>com.github.tix320</groupId>
    <artifactId>kiwi</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tix320 : kiwi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.github.tix320 : kiwi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
kiwi-2.4.0
2.3.x
kiwi-2.3.0
2.2.x
kiwi-2.2.0
2.1.x
kiwi-2.1.0
2.0.x
kiwi-2.0.1
kiwi-2.0.0
1.0.x
kiwi-1.0.1
kiwi-1.0.0
0.25.x
kiwi-0.25.0
0.24.x
kiwi-0.24.0
0.23.x
kiwi-0.23.0
0.22.x
kiwi-0.22.0
0.21.x
kiwi-0.21.0
0.20.x
kiwi-0.20.0
0.19.x
kiwi-0.19.0
0.18.x
kiwi-0.18.0
0.17.x
kiwi-0.17.3
kiwi-0.17.2
kiwi-0.17.1
0.16.x
kiwi-0.16.0
0.15.x
kiwi-0.15.0
0.14.x
kiwi-0.14.0
0.13.x
kiwi-0.13.0
0.12.x
kiwi-0.12.0
0.11.x
kiwi-0.11.1
kiwi-0.11.0
0.10.x
kiwi-0.10.0
0.9.x
kiwi-0.9.0
0.8.x
kiwi-0.8.0
0.6.x
kiwi-0.6.0

How to add a dependency to Maven

Add the following com.github.tix320 : kiwi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tix320</groupId>
    <artifactId>kiwi</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tix320 : kiwi gradle dependency to your build.gradle file:

implementation 'com.github.tix320:kiwi:2.4.0'

Gradle Kotlin DSL: Add the following com.github.tix320 : kiwi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tix320:kiwi:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tix320 : kiwi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tix320" % "kiwi" % "2.4.0"

Advertisement