Download jsdt-core-2.5.0.jar file - Jar j

Jar examples for j:jsdt-core

Description

Repackaging of Eclipse JSDT bundled for Maven Central

You can download jar file jsdt-core 2.5.0 in this page.

License

Eclipse Public License

Build File

You can use the following script to add jsdt-core-2.5.0.jar to your project.

<dependency>
   <groupId>net.revelc.code.formatter</groupId>
   <artifactId>jsdt-core</artifactId>
   <version>2.5.0</version>
</dependency>
compile group: 'net.revelc.code.formatter', name: 'jsdt-core', version: '2.5.0'
libraryDependencies += "net.revelc.code.formatter" % "jsdt-core" % "2.5.0"
<dependency org="net.revelc.code.formatter" name="jsdt-core" rev="2.5.0"/>
@Grapes(@Grab(group='net.revelc.code.formatter', module='jsdt-core', version='2.5.0'))
'net.revelc.code.formatter:jsdt-core:jar:2.5.0'

Download

Click the following link to download the jar file.

jsdt-core-2.5.0.jar
jsdt-core-2.5.0.pom



Related Tutorials