MVN

org.hawkular.agent : hawkular-agent-core

Maven & Gradle

Oct 28, 2017
2 usages
33 stars

Hawkular Agent: Core Engine · The core engine used to collect metrics and inventory data and send that data to Hawkular.

<dependency>
    <groupId>org.hawkular.agent</groupId>
    <artifactId>hawkular-agent-core</artifactId>
    <version>1.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hawkular.agent : hawkular-agent-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.Final

All Versions

Choose a version of org.hawkular.agent : hawkular-agent-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hawkular-agent-core-1.0.1.Final
hawkular-agent-core-1.0.0.Final
hawkular-agent-core-1.0.0.CR7
hawkular-agent-core-1.0.0.CR6
hawkular-agent-core-1.0.0.CR5
hawkular-agent-core-1.0.0.CR4
hawkular-agent-core-1.0.0.CR3
hawkular-agent-core-1.0.0.CR2
hawkular-agent-core-1.0.0.CR1
0.29.x
hawkular-agent-core-0.29.4.Final
hawkular-agent-core-0.29.3.Final
hawkular-agent-core-0.29.2.Final
hawkular-agent-core-0.29.1.Final
hawkular-agent-core-0.29.0.Final

How to add a dependency to Maven

Add the following org.hawkular.agent : hawkular-agent-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hawkular.agent</groupId>
    <artifactId>hawkular-agent-core</artifactId>
    <version>1.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hawkular.agent : hawkular-agent-core gradle dependency to your build.gradle file:

implementation 'org.hawkular.agent:hawkular-agent-core:1.0.1.Final'

Gradle Kotlin DSL: Add the following org.hawkular.agent : hawkular-agent-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hawkular.agent:hawkular-agent-core:1.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hawkular.agent : hawkular-agent-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hawkular.agent" % "hawkular-agent-core" % "1.0.1.Final"

Advertisement