DOC

com.covisint.core : aspectj-bom

Maven & Gradle

Apr 22, 2015
8 usages

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.

Table Of Contents

Latest Version

Download com.covisint.core : aspectj-bom Javadoc & API Documentation - Latest Versions:

All Versions

Download com.covisint.core : aspectj-bom Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.8.x

How to open Javadoc JAR file in web browser

  1. Rename the file aspectj-bom-1.8.0-javadoc.jar to aspectj-bom-1.8.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder aspectj-bom-1.8.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "aspectj-bom-1.8.0-sources.jar" -d "aspectj-bom-1.8.0-javadoc" -subpackages 

Advertisement