MVN

org.mortbay.hightide.example : welcome

Maven & Gradle

Apr 26, 2010

Hightide Welcome Application

<dependency>
    <groupId>org.mortbay.hightide.example</groupId>
    <artifactId>welcome</artifactId>
    <version>6.1H.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.hightide.example : welcome to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1H.24

All Versions

Choose a version of org.mortbay.hightide.example : welcome to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1H.x
welcome-6.1H.24
welcome-6.1H.22
welcome-6.1H.14.1
welcome-6.1H.14

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mortbay.hightide.example</groupId>
    <artifactId>welcome</artifactId>
    <version>6.1H.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mortbay.hightide.example : welcome gradle dependency to your build.gradle file:

implementation 'org.mortbay.hightide.example:welcome:6.1H.24'

Gradle Kotlin DSL: Add the following org.mortbay.hightide.example : welcome gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mortbay.hightide.example:welcome:6.1H.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mortbay.hightide.example : welcome sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mortbay.hightide.example" % "welcome" % "6.1H.24"

Advertisement