组织ID: |
org.apache.openjpa |
项目ID: |
openjpa-xmlstore |
版本: |
1.0.0 |
最后修改时间: |
2018-12-12 15:25:41 |
包类型: |
jar |
标题: |
OpenJPA XML Store |
描述: |
OpenJPA XML Store |
大小: |
31.83KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-xmlstore</artifactId>
<version>1.0.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.openjpa:openjpa-xmlstore:1.0.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>openjpa-parent</artifactId>
<groupId>org.apache.openjpa</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-xmlstore</artifactId>
<name>OpenJPA XML Store</name>
<version>1.0.0</version>
<description>OpenJPA XML Store</description>
<url>http://openjpa.apache.org</url>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>java14-validate</id>
<activation>
<property>
<name>java14.jar</name>
</property>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArguments>
<bootclasspath>${java14.jar}</bootclasspath>
</compilerArguments>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-kernel</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META-INF/NOTICE.txt
org.apache.openjpa.xmlstore.ObjectData.class
org.apache.openjpa.xmlstore.XMLConfiguration.class
org.apache.openjpa.xmlstore.XMLFileHandler$ObjectDataHandler.class
org.apache.openjpa.xmlstore.XMLFileHandler$XMLEncoder.class
org.apache.openjpa.xmlstore.XMLFileHandler.class
org.apache.openjpa.xmlstore.XMLStore.class
org.apache.openjpa.xmlstore.XMLStoreManager.class
META-INF/maven/org.apache.openjpa/openjpa-xmlstore/pom.xml
META-INF/maven/org.apache.openjpa/openjpa-xmlstore/pom.properties
|
依赖Jar: |
openjpa-kernel-1.0.0.jar
/org.apache.openjpa/openjpa-kernel/1.0.0
查看openjpa-kernel所有版本文件
|