MVN

org.automon : helloworld_unwoven_jamon

Maven & Gradle

Apr 26, 2019

helloworld_unwoven_jamon · This pom simply has an unwoven HelloWorld class, that also registers jamon as jmx so users can see automon and jamon integration. The resulting jar can be used to test AspectJ load time weaving.

<dependency>
    <groupId>org.automon</groupId>
    <artifactId>helloworld_unwoven_jamon</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.automon : helloworld_unwoven_jamon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.automon : helloworld_unwoven_jamon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
helloworld_unwoven_jamon-1.0.3
helloworld_unwoven_jamon-1.0.2
helloworld_unwoven_jamon-1.0.1
1.0
helloworld_unwoven_jamon-1.0

How to add a dependency to Maven

Add the following org.automon : helloworld_unwoven_jamon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.automon</groupId>
    <artifactId>helloworld_unwoven_jamon</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.automon : helloworld_unwoven_jamon gradle dependency to your build.gradle file:

implementation 'org.automon:helloworld_unwoven_jamon:1.0.3'

Gradle Kotlin DSL: Add the following org.automon : helloworld_unwoven_jamon gradle kotlin dependency to your build.gradle.kts file:

implementation("org.automon:helloworld_unwoven_jamon:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.automon : helloworld_unwoven_jamon sbt scala dependency to your build.sbt file:

libraryDependencies += "org.automon" % "helloworld_unwoven_jamon" % "1.0.3"

Advertisement