MVN

org.no-hope.aspectj : metrics-aspectj

Maven & Gradle

Mar 25, 2017
1 stars

Metrics AspectJ Library

<dependency>
    <groupId>org.no-hope.aspectj</groupId>
    <artifactId>metrics-aspectj</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.no-hope.aspectj : metrics-aspectj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.no-hope.aspectj : metrics-aspectj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
metrics-aspectj-1.7
1.6
metrics-aspectj-1.6
1.5
metrics-aspectj-1.5
1.4
metrics-aspectj-1.4
1.3
metrics-aspectj-1.3
1.2
metrics-aspectj-1.2

How to add a dependency to Maven

Add the following org.no-hope.aspectj : metrics-aspectj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.no-hope.aspectj</groupId>
    <artifactId>metrics-aspectj</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.no-hope.aspectj : metrics-aspectj gradle dependency to your build.gradle file:

implementation 'org.no-hope.aspectj:metrics-aspectj:1.7'

Gradle Kotlin DSL: Add the following org.no-hope.aspectj : metrics-aspectj gradle kotlin dependency to your build.gradle.kts file:

implementation("org.no-hope.aspectj:metrics-aspectj:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.no-hope.aspectj : metrics-aspectj sbt scala dependency to your build.sbt file:

libraryDependencies += "org.no-hope.aspectj" % "metrics-aspectj" % "1.7"