Download org.eclipse.jdt.core-3.6.2.v_A76_R36x.jar file - Jar o

Jar examples for o:org.eclipse.jdt.core

Description

Eclipse JDT project contributes a set of plug-ins that add the capabilities of a full-featured Java IDE to the Eclipse platform. The JDT plugins provide APIs so that they can themselves be further extended by other tool builders. JDT Core defines the non-UI infrastructure.

You can download jar file org.eclipse.jdt.core 3.6.2.v_A76_R36x in this page.

License

Eclipse Public License (EPL) v1.0

Build File

You can use the following script to add org.eclipse.jdt.core-3.6.2.v_A76_R36x.jar to your project.

<dependency>
   <groupId>org.eclipse.tycho</groupId>
   <artifactId>org.eclipse.jdt.core</artifactId>
   <version>3.6.2.v_A76_R36x</version>
</dependency>
compile group: 'org.eclipse.tycho', name: 'org.eclipse.jdt.core', version: '3.6.2.v_A76_R36x'
libraryDependencies += "org.eclipse.tycho" % "org.eclipse.jdt.core" % "3.6.2.v_A76_R36x"
<dependency org="org.eclipse.tycho" name="org.eclipse.jdt.core" rev="3.6.2.v_A76_R36x"/>
@Grapes(@Grab(group='org.eclipse.tycho', module='org.eclipse.jdt.core', version='3.6.2.v_A76_R36x'))
'org.eclipse.tycho:org.eclipse.jdt.core:jar:3.6.2.v_A76_R36x'

Download

Click the following link to download the jar file.

org.eclipse.jdt.core-3.6.2.v_A76_R36x-sources.jar
org.eclipse.jdt.core-3.6.2.v_A76_R36x.jar
org.eclipse.jdt.core-3.6.2.v_A76_R36x.pom



Related Tutorials