AspectJ Bill of Material POM

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: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>aspectj-bom</artifactId> <version>1.8.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the AspectJ artifacts *without* a version.

Лицензия

Лицензия

Категории

Категории

AspectJ Инструменты разработки Development Libraries
Группа

Группа

com.covisint.core
Идентификатор

Идентификатор

aspectj-bom
Последняя версия

Последняя версия

1.8.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

AspectJ Bill of Material POM
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: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>aspectj-bom</artifactId> <version>1.8.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the AspectJ artifacts *without* a version.
Ссылка на сайт

Ссылка на сайт

http://covisint.com
Система контроля версий

Система контроля версий

http://github.com/Covisint

Скачать aspectj-bom

Имя Файла Размер
aspectj-bom-1.8.0.pom 2 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.covisint.core/aspectj-bom/ -->
<dependency>
    <groupId>com.covisint.core</groupId>
    <artifactId>aspectj-bom</artifactId>
    <version>1.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.covisint.core/aspectj-bom/
implementation 'com.covisint.core:aspectj-bom:1.8.0'
// https://jarcasting.com/artifacts/com.covisint.core/aspectj-bom/
implementation ("com.covisint.core:aspectj-bom:1.8.0")
'com.covisint.core:aspectj-bom:pom:1.8.0'
<dependency org="com.covisint.core" name="aspectj-bom" rev="1.8.0">
  <artifact name="aspectj-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.covisint.core', module='aspectj-bom', version='1.8.0')
)
libraryDependencies += "com.covisint.core" % "aspectj-bom" % "1.8.0"
[com.covisint.core/aspectj-bom "1.8.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.8.0