Last Version

JDT Core for AspectJ 1.9.9.1

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
Version

Version

1.9.9.1
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 1.9.9.1


<!-- 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.