a

aspectj-bom

This bill of materials (BOM) POM covers all the AspectJ artifacts related to a particular version. By importing this BOM, you fix the version of all the AspectJ-related artifacts to the versions associated with a particular release. This prevents the overriding of AspectJ transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: com.covisint.core aspectj-bom 1.8.0 pom import And then declare your dependency on the AspectJ artifacts *without* a version.
http://covisint.com
The Apache Software License, Version 2.0
NextGen Platform Development Team
文件下载
文件名 操作
aspectj-bom-1.8.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.covisint.core</groupId>
  <artifactId>aspectj-bom</artifactId>
  <version>1.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.covisint.core:aspectj-bom:1.8.0'
Gradle Kotlin
implementation("com.covisint.core:aspectj-bom:1.8.0")
Scala SBT
libraryDependencies += "com.covisint.core" % "aspectj-bom" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.covisint.core', module='aspectj-bom', version='1.8.0')
)
Apache Ivy
<dependency org="com.covisint.core" name="aspectj-bom" rev="1.8.0" />
Leiningen
[com.covisint.core/aspectj-bom "1.8.0"]
Apache Buildr
'com.covisint.core:aspectj-bom:jar:1.8.0'
本项目依赖
该项目无第三方依赖