MVN

com.webtide.hightide : root

Maven & Gradle

Jun 28, 2008

Hightide Auction Root Webapp

<dependency>
    <groupId>com.webtide.hightide</groupId>
    <artifactId>root</artifactId>
    <version>6.1H.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.webtide.hightide : root to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1H.10
  • Latest Beta: 6.1H.5-beta

All Versions

Choose a version of com.webtide.hightide : root to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1H.x
root-6.1H.10
root-6.1H.8
root-6.1H.7
root-6.1H.6
root-6.1H.5-beta
root-6.1H.4-beta

How to add a dependency to Maven

Add the following com.webtide.hightide : root maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.webtide.hightide</groupId>
    <artifactId>root</artifactId>
    <version>6.1H.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.webtide.hightide : root gradle dependency to your build.gradle file:

implementation 'com.webtide.hightide:root:6.1H.10'

Gradle Kotlin DSL: Add the following com.webtide.hightide : root gradle kotlin dependency to your build.gradle.kts file:

implementation("com.webtide.hightide:root:6.1H.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.webtide.hightide : root sbt scala dependency to your build.sbt file:

libraryDependencies += "com.webtide.hightide" % "root" % "6.1H.10"