MVN

com.webtide.hightide : welcome

Maven & Gradle

Jun 28, 2008

Hightide Auction Welcome Application

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

Latest Version

Choose a version of com.webtide.hightide : welcome 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 : welcome to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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