o

org.eclipse.jdt.core

AspectJ forks Eclipse Java Development Tools (JDT) Core, utilising the Eclipse Compiler (ECJ) + APT classes as the foundation for the AspectJ Compiler (AJC).
https://www.eclipse.org/aspectj/
Eclipse Public License - v 2.0
Andy Clement Alexander Kriegisch
Files download
File Operation
org.eclipse.jdt.core-1.9.8.RC3.jar download
org.eclipse.jdt.core-1.9.8.RC3.pom download
org.eclipse.jdt.core-1.9.8.RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.aspectj</groupId>
  <artifactId>org.eclipse.jdt.core</artifactId>
  <version>1.9.8.RC3</version>
</dependency>
Gradle Groovy
implementation 'org.aspectj:org.eclipse.jdt.core:1.9.8.RC3'
Gradle Kotlin
implementation("org.aspectj:org.eclipse.jdt.core:1.9.8.RC3")
Scala SBT
libraryDependencies += "org.aspectj" % "org.eclipse.jdt.core" % "1.9.8.RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.aspectj', module='org.eclipse.jdt.core', version='1.9.8.RC3')
)
Apache Ivy
<dependency org="org.aspectj" name="org.eclipse.jdt.core" rev="1.9.8.RC3" />
Leiningen
[org.aspectj/org.eclipse.jdt.core "1.9.8.RC3"]
Apache Buildr
'org.aspectj:org.eclipse.jdt.core:jar:1.9.8.RC3'
Dependencies
The project has no third-party dependencies