is not current version
Last Version 1.9.9.1

org.aspectj:org.eclipse.jdt.core 1.9.8.RC1

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

Categories

Categories

CLI User Interface AspectJ Development Tools Development Libraries
GroupId

GroupId

org.aspectj
ArtifactId

ArtifactId

org.eclipse.jdt.core
Version

Version

1.9.8.RC1
Type

Type

jar

Download org.eclipse.jdt.core 1.9.8.RC1


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