MVN

org.eclipse.tahu : tahu-core

Maven & Gradle

Aug 11, 2023
168 stars

Tahu Core

<dependency>
    <groupId>org.eclipse.tahu</groupId>
    <artifactId>tahu-core</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.tahu : tahu-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5
  • Latest Release Candidate: 1.0.0-rc1

All Versions

Choose a version of org.eclipse.tahu : tahu-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tahu-core-1.0.5
tahu-core-1.0.4
tahu-core-1.0.3
tahu-core-1.0.2
tahu-core-1.0.1
tahu-core-1.0.0
tahu-core-1.0.0-rc1
0.5.x
tahu-core-0.5.18
tahu-core-0.5.17
tahu-core-0.5.16
tahu-core-0.5.15
tahu-core-0.5.14

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.tahu</groupId>
    <artifactId>tahu-core</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.tahu : tahu-core gradle dependency to your build.gradle file:

implementation 'org.eclipse.tahu:tahu-core:1.0.5'

Gradle Kotlin DSL: Add the following org.eclipse.tahu : tahu-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.tahu:tahu-core:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.tahu : tahu-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.tahu" % "tahu-core" % "1.0.5"

Advertisement