MVN

io.tigerui : tigerui-core

Maven & Gradle

Mar 31, 2016
1 usages
0 stars

tigerui-core · A toolkit for reactive (event/stream) based UI development on the JVM

<dependency>
    <groupId>io.tigerui</groupId>
    <artifactId>tigerui-core</artifactId>
    <version>0.7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tigerui : tigerui-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.8

All Versions

Choose a version of io.tigerui : tigerui-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
tigerui-core-0.7.8
tigerui-core-0.7.7
tigerui-core-0.7.6
tigerui-core-0.7.5
tigerui-core-0.7.4
tigerui-core-0.7.3

How to add a dependency to Maven

Add the following io.tigerui : tigerui-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.tigerui</groupId>
    <artifactId>tigerui-core</artifactId>
    <version>0.7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.tigerui : tigerui-core gradle dependency to your build.gradle file:

implementation 'io.tigerui:tigerui-core:0.7.8'

Gradle Kotlin DSL: Add the following io.tigerui : tigerui-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.tigerui:tigerui-core:0.7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.tigerui : tigerui-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.tigerui" % "tigerui-core" % "0.7.8"

Advertisement