Download granite-openjpa-2.2.0.sp1.jar file

Introduction

You can download granite-openjpa-2.2.0.sp1.jar in this page.

License

LGPL

Type List

granite-openjpa-2.2.0.sp1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/granite-config.properties
org.granite.openjpa.OpenJpaClassGetter.class
org.granite.openjpa.OpenJpaExternalizer.class

Pom

granite-openjpa-2.2.0.sp1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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 ">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.graniteds</groupId>
    <artifactId>granite-root</artifactId>
    <version>2.2.0.SP1</version>
  </parent>

  <groupId>org.graniteds</groupId>
  <artifactId>granite-openjpa</artifactId>
  <version>2.2.0.SP1</version>
  <packaging>jar</packaging>

  <name>GraniteDS OpenJPA</name>
  <url>http://www.graniteds.org/</url>
  <licenses>
    <license>
      <name>LGPL</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>
  <scm>
    <url>https://granite.svn.sourceforge.net/svnroot/granite/graniteds/tags/2.2.0.SP1</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>org.graniteds</groupId>
      <artifactId>granite-core</artifactId>
      <version>2.2.0.SP1</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.graniteds</groupId>
   <artifactId>granite-openjpa</artifactId>
   <version>2.2.0.sp1</version>
</dependency>

Download

If you think the following granite-openjpa-2.2.0.sp1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download granite-openjpa-2.2.0.sp1.jar file




PreviousNext

Related