MVN

io.hawt.tests : hawtio-tests-features

Maven & Gradle

Jul 03, 2023

hawtio-tests-features

<dependency>
    <groupId>io.hawt.tests</groupId>
    <artifactId>hawtio-tests-features</artifactId>
    <version>3.0-M8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hawt.tests : hawtio-tests-features to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-M8

All Versions

Choose a version of io.hawt.tests : hawtio-tests-features to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
hawtio-tests-features-3.0-M8
hawtio-tests-features-3.0-M7

How to add a dependency to Maven

Add the following io.hawt.tests : hawtio-tests-features maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.hawt.tests</groupId>
    <artifactId>hawtio-tests-features</artifactId>
    <version>3.0-M8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hawt.tests : hawtio-tests-features gradle dependency to your build.gradle file:

implementation 'io.hawt.tests:hawtio-tests-features:3.0-M8'

Gradle Kotlin DSL: Add the following io.hawt.tests : hawtio-tests-features gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hawt.tests:hawtio-tests-features:3.0-M8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hawt.tests : hawtio-tests-features sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hawt.tests" % "hawtio-tests-features" % "3.0-M8"