MVN

org.hawaiiframework : hawaii-test

Maven & Gradle

May 25, 2021
1 usages
6 stars

Hawaii Framework · Hawaii Framework

<dependency>
    <groupId>org.hawaiiframework</groupId>
    <artifactId>hawaii-test</artifactId>
    <version>3.0.0.M24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hawaiiframework : hawaii-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0.M24

All Versions

Choose a version of org.hawaiiframework : hawaii-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
hawaii-test-3.0.0.M24
hawaii-test-3.0.0.M23
hawaii-test-3.0.0.M22
hawaii-test-3.0.0.M21
hawaii-test-3.0.0.M20
hawaii-test-3.0.0.M19
hawaii-test-3.0.0.M18
hawaii-test-3.0.0.M17
hawaii-test-3.0.0.M16
hawaii-test-3.0.0.M15
hawaii-test-3.0.0.M14
hawaii-test-3.0.0.M13
hawaii-test-3.0.0.M12
hawaii-test-3.0.0.M11
hawaii-test-3.0.0.M10
hawaii-test-3.0.0.M9
hawaii-test-3.0.0.M8
hawaii-test-3.0.0.M7
hawaii-test-3.0.0.M6
hawaii-test-3.0.0.M5
hawaii-test-3.0.0.M4
hawaii-test-3.0.0.M3
hawaii-test-3.0.0.M2
hawaii-test-3.0.0.M1
2.0.x
hawaii-test-2.0.0.M19
hawaii-test-2.0.0.M16
hawaii-test-2.0.0.M15
hawaii-test-2.0.0.M14
hawaii-test-2.0.0.M13
hawaii-test-2.0.0.M12
hawaii-test-2.0.0.M11
hawaii-test-2.0.0.M10
hawaii-test-2.0.0.M9
hawaii-test-2.0.0.M8
hawaii-test-2.0.0.M7
hawaii-test-2.0.0.M6
hawaii-test-2.0.0.M5
hawaii-test-2.0.0.M4
hawaii-test-2.0.0.M3
hawaii-test-2.0.0.M2
hawaii-test-2.0.0.M1

How to add a dependency to Maven

Add the following org.hawaiiframework : hawaii-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hawaiiframework</groupId>
    <artifactId>hawaii-test</artifactId>
    <version>3.0.0.M24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hawaiiframework : hawaii-test gradle dependency to your build.gradle file:

implementation 'org.hawaiiframework:hawaii-test:3.0.0.M24'

Gradle Kotlin DSL: Add the following org.hawaiiframework : hawaii-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hawaiiframework:hawaii-test:3.0.0.M24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hawaiiframework : hawaii-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hawaiiframework" % "hawaii-test" % "3.0.0.M24"

Advertisement