MVN

tz.co.asoft : reakt-core

Maven & Gradle

Jul 04, 2022
9 usages

reakt-core · A react wrapper tool library for kotlin-react

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>reakt-core</artifactId>
    <version>0.2.43</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tz.co.asoft : reakt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.43

All Versions

Choose a version of tz.co.asoft : reakt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
reakt-core-0.2.43
reakt-core-0.2.42
reakt-core-0.2.41
reakt-core-0.2.30
reakt-core-0.2.29
reakt-core-0.2.28
reakt-core-0.2.27
reakt-core-0.2.26
reakt-core-0.2.25
reakt-core-0.2.23
reakt-core-0.2.22
reakt-core-0.2.21
reakt-core-0.2.20
reakt-core-0.2.10
reakt-core-0.2.0
0.1.x
reakt-core-0.1.22
reakt-core-0.1.20
reakt-core-0.1.10
reakt-core-0.1.0
0.0.x
reakt-core-0.0.90
reakt-core-0.0.8
reakt-core-0.0.7
reakt-core-0.0.6
reakt-core-0.0.5
reakt-core-0.0.1

How to add a dependency to Maven

Add the following tz.co.asoft : reakt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>reakt-core</artifactId>
    <version>0.2.43</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tz.co.asoft : reakt-core gradle dependency to your build.gradle file:

implementation 'tz.co.asoft:reakt-core:0.2.43'

Gradle Kotlin DSL: Add the following tz.co.asoft : reakt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("tz.co.asoft:reakt-core:0.2.43")

How to add a dependency to SBT Scala

SBT Scala: Add the following tz.co.asoft : reakt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "tz.co.asoft" % "reakt-core" % "0.2.43"

Advertisement