MVN

io.hawt : hawtio-aether

Maven & Gradle

Jan 30, 2020
11 usages
1.3k stars

hawtio :: hawtio-aether

<dependency>
    <groupId>io.hawt</groupId>
    <artifactId>hawtio-aether</artifactId>
    <version>1.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.12
  • Latest Beta: 2.0-beta-2

All Versions

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

Version Vulnerabilities Updated
2.0
hawtio-aether-2.0-beta-2
hawtio-aether-2.0-beta-1
hawtio-aether-2.0-M3
hawtio-aether-2.0-M2
hawtio-aether-2.0-M1
2.0.x
hawtio-aether-2.0.0
1.5.x
hawtio-aether-1.5.12
hawtio-aether-1.5.11
hawtio-aether-1.5.10
hawtio-aether-1.5.9
hawtio-aether-1.5.8
hawtio-aether-1.5.7
hawtio-aether-1.5.6
hawtio-aether-1.5.5
hawtio-aether-1.5.4
hawtio-aether-1.5.3
hawtio-aether-1.5.2
hawtio-aether-1.5.1
hawtio-aether-1.5.0
hawtio-aether-1.5.X
1.4.x
hawtio-aether-1.4.68
hawtio-aether-1.4.67
hawtio-aether-1.4.66
hawtio-aether-1.4.65
hawtio-aether-1.4.64
hawtio-aether-1.4.63
hawtio-aether-1.4.62
hawtio-aether-1.4.61
hawtio-aether-1.4.60
hawtio-aether-1.4.59
hawtio-aether-1.4.58
hawtio-aether-1.4.57
hawtio-aether-1.4.56
hawtio-aether-1.4.55
hawtio-aether-1.4.54
hawtio-aether-1.4.53
hawtio-aether-1.4.52
hawtio-aether-1.4.51
hawtio-aether-1.4.50
hawtio-aether-1.4.49
hawtio-aether-1.4.48
hawtio-aether-1.4.47
hawtio-aether-1.4.46
hawtio-aether-1.4.45
hawtio-aether-1.4.44
hawtio-aether-1.4.43
hawtio-aether-1.4.42
hawtio-aether-1.4.41
hawtio-aether-1.4.40
hawtio-aether-1.4.39
hawtio-aether-1.4.38
hawtio-aether-1.4.37
hawtio-aether-1.4.36
hawtio-aether-1.4.35
hawtio-aether-1.4.34
hawtio-aether-1.4.33
hawtio-aether-1.4.32
hawtio-aether-1.4.31
hawtio-aether-1.4.30
hawtio-aether-1.4.29
hawtio-aether-1.4.28
hawtio-aether-1.4.27
hawtio-aether-1.4.26
hawtio-aether-1.4.25
hawtio-aether-1.4.24
hawtio-aether-1.4.23
hawtio-aether-1.4.22
hawtio-aether-1.4.21
hawtio-aether-1.4.20
hawtio-aether-1.4.19
hawtio-aether-1.4.18
hawtio-aether-1.4.17
hawtio-aether-1.4.16
hawtio-aether-1.4.15
hawtio-aether-1.4.14
hawtio-aether-1.4.12
hawtio-aether-1.4.11
hawtio-aether-1.4.10
hawtio-aether-1.4.9
hawtio-aether-1.4.8
hawtio-aether-1.4.7
hawtio-aether-1.4.6
hawtio-aether-1.4.5
hawtio-aether-1.4.4
hawtio-aether-1.4.2
hawtio-aether-1.4.1
hawtio-aether-1.4.0
1.3.x
hawtio-aether-1.3.1
hawtio-aether-1.3.0
1.2.x
hawtio-aether-1.2.3
hawtio-aether-1.2.2
hawtio-aether-1.2.1
hawtio-aether-1.2.0
1.2
hawtio-aether-1.2-M27
hawtio-aether-1.2-M26
hawtio-aether-1.2-M25
hawtio-aether-1.2-M24
hawtio-aether-1.2-M23
hawtio-aether-1.2-M22
hawtio-aether-1.2-M20
hawtio-aether-1.2-M19
hawtio-aether-1.2-M16
hawtio-aether-1.2-M14
hawtio-aether-1.2-M13
hawtio-aether-1.2-M11
hawtio-aether-1.2-M10
hawtio-aether-1.2-M9
hawtio-aether-1.2-M8
hawtio-aether-1.2-M7
hawtio-aether-1.2-M6
hawtio-aether-1.2-M5
hawtio-aether-1.2-M4
hawtio-aether-1.2-M3
hawtio-aether-1.2-M2
hawtio-aether-1.2-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.hawt</groupId>
    <artifactId>hawtio-aether</artifactId>
    <version>1.5.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.hawt:hawtio-aether:1.5.12'

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

implementation("io.hawt:hawtio-aether:1.5.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.hawt" % "hawtio-aether" % "1.5.12"

Advertisement

Dependencies from Group

Jan 30, 2020
28 usages
1.3k stars
Aug 01, 2023
26 usages
1.3k stars
Aug 02, 2023
24 usages
1.3k stars
Jan 30, 2020
17 usages
1.3k stars
Jan 30, 2020
15 usages
1.3k stars

Discover Dependencies

Jun 19, 2018
11 usages
1.7k stars
Jun 19, 2018
16 usages
Jul 06, 2023
6 usages
773 stars
Mar 11, 2017
15 usages
12.5k stars
Sep 30, 2016
17 usages
12.9k stars
Oct 28, 2016
8 usages
12.9k stars
Oct 28, 2016
15 usages
12.9k stars
Apr 27, 2016
6 usages
2.6k stars
Apr 25, 2015
7 usages
Dec 16, 2017
22 usages
2.5k stars