JDT Core for AspectJ

AspectJ forks Eclipse Java Development Tools (JDT) Core, utilising the Eclipse Compiler (ECJ) + APT classes as the foundation for the AspectJ Compiler (AJC).

License

License

Categories

Categories

CLI User Interface AspectJ Development Tools Development Libraries
GroupId

GroupId

org.aspectj
ArtifactId

ArtifactId

org.eclipse.jdt.core
Last Version

Last Version

1.9.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

JDT Core for AspectJ
AspectJ forks Eclipse Java Development Tools (JDT) Core, utilising the Eclipse Compiler (ECJ) + APT classes as the foundation for the AspectJ Compiler (AJC).
Project URL

Project URL

https://www.eclipse.org/aspectj/
Source Code Management

Source Code Management

https://github.com/eclipse/aspectj.eclipse.jdt.core

Download org.eclipse.jdt.core

How to add to project

<!-- https://jarcasting.com/artifacts/org.aspectj/org.eclipse.jdt.core/ -->
<dependency>
    <groupId>org.aspectj</groupId>
    <artifactId>org.eclipse.jdt.core</artifactId>
    <version>1.9.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aspectj/org.eclipse.jdt.core/
implementation 'org.aspectj:org.eclipse.jdt.core:1.9.9.1'
// https://jarcasting.com/artifacts/org.aspectj/org.eclipse.jdt.core/
implementation ("org.aspectj:org.eclipse.jdt.core:1.9.9.1")
'org.aspectj:org.eclipse.jdt.core:jar:1.9.9.1'
<dependency org="org.aspectj" name="org.eclipse.jdt.core" rev="1.9.9.1">
  <artifact name="org.eclipse.jdt.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aspectj', module='org.eclipse.jdt.core', version='1.9.9.1')
)
libraryDependencies += "org.aspectj" % "org.eclipse.jdt.core" % "1.9.9.1"
[org.aspectj/org.eclipse.jdt.core "1.9.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.

Versions

Version
1.9.9.1
1.9.9
1.9.8.RC3
1.9.8.RC2
1.9.8.RC1
1.9.7.M2