Maven Repository - POM file for Parser org.eclipse.jdt.core 3.7.1 3.7.1

Summary

Jetty Orbit :: JDT Compiler.

This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well..

Declaration

Here is the list of declaration for org.eclipse.jdt.core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.eclipse.jetty.orbit</groupId>
   <artifactId>org.eclipse.jdt.core</artifactId>
   <version>3.7.1</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.jdt.core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Packages

The following packages are defined in the org.eclipse.jdt.core-3.7.1.jar

org.eclipse.jdt.core
org.eclipse.jdt.core.compiler
org.eclipse.jdt.core.compiler.batch
org.eclipse.jdt.internal.antadapter
org.eclipse.jdt.internal.compiler
org.eclipse.jdt.internal.compiler.apt.dispatch
org.eclipse.jdt.internal.compiler.apt.model
org.eclipse.jdt.internal.compiler.apt.util
org.eclipse.jdt.internal.compiler.ast
org.eclipse.jdt.internal.compiler.batch
org.eclipse.jdt.internal.compiler.classfmt
org.eclipse.jdt.internal.compiler.codegen
org.eclipse.jdt.internal.compiler.env
org.eclipse.jdt.internal.compiler.flow
org.eclipse.jdt.internal.compiler.impl
org.eclipse.jdt.internal.compiler.lookup
org.eclipse.jdt.internal.compiler.parser
org.eclipse.jdt.internal.compiler.parser.diagnose
org.eclipse.jdt.internal.compiler.problem
org.eclipse.jdt.internal.compiler.tool
org.eclipse.jdt.internal.compiler.util




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.eclipse.jetty.orbit</groupId>
    <artifactId>jetty-orbit</artifactId>
    <version>1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.jetty.orbit</groupId>
  <artifactId>org.eclipse.jdt.core</artifactId>
  <version>3.7.1</version>
  <name>Jetty Orbit :: JDT Compiler</name>
  <description>
    This artifact originates from the Orbit Project at Eclipse, 
    it is an osgi bundle and is signed as well.
  </description>
  <packaging>orbit</packaging>
</project>