MVN

org.hawaiiframework : hawaii-security

Maven & Gradle

May 25, 2021
7 stars

Hawaii Framework · Hawaii Framework

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

Latest Version

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

  • Latest Stable: 3.0.0.M24

All Versions

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

Version Vulnerabilities Updated
3.0.x
hawaii-security-3.0.0.M24
hawaii-security-3.0.0.M23
hawaii-security-3.0.0.M22
hawaii-security-3.0.0.M21
hawaii-security-3.0.0.M20
hawaii-security-3.0.0.M19
hawaii-security-3.0.0.M18
hawaii-security-3.0.0.M17
hawaii-security-3.0.0.M16
hawaii-security-3.0.0.M15
hawaii-security-3.0.0.M14
hawaii-security-3.0.0.M13
hawaii-security-3.0.0.M12
hawaii-security-3.0.0.M11
hawaii-security-3.0.0.M10
hawaii-security-3.0.0.M9
hawaii-security-3.0.0.M8

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement