MVN

top.gotoeasy : gotoeasy-aop

Maven & Gradle

Dec 06, 2021
2 usages
0 stars

gotoeasy-aop · 基于JavaCompiler的继承方式AOP实现,在性能优良的基础上,提供更多的简易性,2.x.x版本集成使用Spring容器

<dependency>
    <groupId>top.gotoeasy</groupId>
    <artifactId>gotoeasy-aop</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.gotoeasy : gotoeasy-aop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of top.gotoeasy : gotoeasy-aop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
gotoeasy-aop-2.1.2
gotoeasy-aop-2.1.1
gotoeasy-aop-2.1.0
2.0.x
gotoeasy-aop-2.0.0
1.4.x
gotoeasy-aop-1.4.4
gotoeasy-aop-1.4.3
gotoeasy-aop-1.4.2
gotoeasy-aop-1.4.1
gotoeasy-aop-1.4.0
1.3.x
gotoeasy-aop-1.3.2
gotoeasy-aop-1.3.1
gotoeasy-aop-1.3.0
1.2.x
gotoeasy-aop-1.2.1
gotoeasy-aop-1.2.0
1.1.x
gotoeasy-aop-1.1.2
gotoeasy-aop-1.1.1
gotoeasy-aop-1.1.0
1.0.x
gotoeasy-aop-1.0.0

How to add a dependency to Maven

Add the following top.gotoeasy : gotoeasy-aop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.gotoeasy</groupId>
    <artifactId>gotoeasy-aop</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.gotoeasy : gotoeasy-aop gradle dependency to your build.gradle file:

implementation 'top.gotoeasy:gotoeasy-aop:2.1.2'

Gradle Kotlin DSL: Add the following top.gotoeasy : gotoeasy-aop gradle kotlin dependency to your build.gradle.kts file:

implementation("top.gotoeasy:gotoeasy-aop:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.gotoeasy : gotoeasy-aop sbt scala dependency to your build.sbt file:

libraryDependencies += "top.gotoeasy" % "gotoeasy-aop" % "2.1.2"

Advertisement