Maven Repository - POM file for IDE org.eclipse.core.jobs 3.5.0.v20100515 3.5.0.v20100515

Summary

Eclipse Jobs Mechanism.

Declaration

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

<dependency>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.jobs</artifactId>
   <version>3.5.0.v20100515</version>
</dependency>

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

Depends on

The org.eclipse.core.jobs-3.5.0.v20100515 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
IDEorg.eclipse.equinox.common 3.6.0.v20100503
Common Eclipse Runtime
8




Depended by

The following table lists the most popular artifacts which are depending on org.eclipse.core.jobs-3.5.0.v20100515. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentdatanucleus-core 3.2.2
DataNucleus Core provides the primary components of a heterogenous Java persistence solution. It supports persistence API's being layered on top of the core functionality.
6
IDEorg.eclipse.equinox.registry 3.5.0.v20100503
Extension Registry Support
9
Developmentdatanucleus-core 3.2.0-release
DataNucleus Core provides the primary components of a heterogenous Java persistence solution. It supports persistence API's being layered on top of the core functionality.
19

Packages

The following packages are defined in the org.eclipse.core.jobs-3.5.0.v20100515.jar

org.eclipse.core.internal.jobs
org.eclipse.core.runtime.jobs

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project 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" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>org.eclipse.eclipse</artifactId>
    <groupId>org.eclipse</groupId>
    <version>3.6.0.v20100505</version>
  </parent>
  <groupId>org.eclipse.core</groupId>
  <artifactId>org.eclipse.core.jobs</artifactId>
  <version>3.5.0.v20100515</version>
  <description>Eclipse Jobs Mechanism</description>
  <!-- See https://issues.sonatype.org/browse/OSSRH-739 -->
  <dependencies>
    <dependency>
      <groupId>org.eclipse.equinox</groupId>
      <artifactId>org.eclipse.equinox.common</artifactId>
      <version>3.6.0.v20100503</version>
    </dependency>
    <!--dependency>
      <groupId>org.eclipse.osgi</groupId>
      <artifactId>org.eclipse.osgi</artifactId>
      <version>3.6.0.v20100517</version>
    </dependency-->
  </dependencies>
</project>