Eonian AspectJ BOM

Bill of materials for AspectJ dependencies.

License

License

Categories

Categories

Ant Build Tools AspectJ Development Tools Development Libraries
GroupId

GroupId

com.eoniantech.build
ArtifactId

ArtifactId

aspectj-bom
Last Version

Last Version

1.9.1
Release Date

Release Date

Type

Type

pom
Description

Description

Eonian AspectJ BOM
Bill of materials for AspectJ dependencies.
Project URL

Project URL

https://github.com/eonian-technologies/aspectj-bom
Source Code Management

Source Code Management

https://github.com/eonian-technologies/aspectj-bom

Download aspectj-bom

Filename Size
aspectj-bom-1.9.1.pom 5 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

AspectJ BOM

Bill of materials for the AspectJ project.

Usage

In your parent POM or project POM, add the BOM to the dependencyManagement section:

<dependencyManagement>
    <dependencies>
        ...
        <dependency>
            <groupId>com.eoniantech.build</groupId>
            <artifactId>aspectj-bom</artifactId>
            <version>1.9.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
        ...
    </dependencies> 
<dependencyManagement>

Then, in the dependencies section of your project POM, depend on specific AspectJ components without the version:

<dependencies>
    ....
    <dependency>
        <groupId>org.aspectj</groupId>
        <artifactId>aspectjrt</artifactId>
    </dependency>
    <dependency>
        <groupId>org.aspectj</groupId>
        <artifactId>aspectjweaver</artifactId>
    </dependency>
    <dependency>
        <groupId>org.aspectj</groupId>
        <artifactId>aspectjtools</artifactId>
    </dependency>
    ...
</dependencies>   
com.eoniantech.build

Eonian Technologies

Engineering | DevOps | Cloud

Versions

Version
1.9.1
1.8.10