MVN

com.tidal.sdk : common

Maven & Gradle

May 22, 2024

common · The Common module holds types and functionality that is shared across different modules, like errors, messages, interfaces and more.

<dependency>
    <groupId>com.tidal.sdk</groupId>
    <artifactId>common</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tidal.sdk : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of com.tidal.sdk : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
common-0.2.5
common-0.2.4

How to add a dependency to Maven

Add the following com.tidal.sdk : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tidal.sdk</groupId>
    <artifactId>common</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tidal.sdk : common gradle dependency to your build.gradle file:

implementation 'com.tidal.sdk:common:0.2.4'

Gradle Kotlin DSL: Add the following com.tidal.sdk : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tidal.sdk:common:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tidal.sdk : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tidal.sdk" % "common" % "0.2.4"

Advertisement