MVN

org.eiichiro.jazzmaster : jazzmaster-aspectj

Maven & Gradle

May 12, 2012

Jazzmaster AspectJ · Jazzmaster AspectJ Integration

<dependency>
    <groupId>org.eiichiro.jazzmaster</groupId>
    <artifactId>jazzmaster-aspectj</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eiichiro.jazzmaster : jazzmaster-aspectj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1
  • Latest Release Candidate: 2.0-rc1

All Versions

Choose a version of org.eiichiro.jazzmaster : jazzmaster-aspectj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
jazzmaster-aspectj-2.0-rc1
1.2.x
jazzmaster-aspectj-1.2.1
jazzmaster-aspectj-1.2.0
1.1.x
jazzmaster-aspectj-1.1.1
jazzmaster-aspectj-1.1.0
1.0.x
jazzmaster-aspectj-1.0.2
jazzmaster-aspectj-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eiichiro.jazzmaster</groupId>
    <artifactId>jazzmaster-aspectj</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eiichiro.jazzmaster : jazzmaster-aspectj gradle dependency to your build.gradle file:

implementation 'org.eiichiro.jazzmaster:jazzmaster-aspectj:1.2.1'

Gradle Kotlin DSL: Add the following org.eiichiro.jazzmaster : jazzmaster-aspectj gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eiichiro.jazzmaster:jazzmaster-aspectj:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eiichiro.jazzmaster : jazzmaster-aspectj sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eiichiro.jazzmaster" % "jazzmaster-aspectj" % "1.2.1"

Advertisement