| 组织ID: |
net.sf.ehcache |
| 项目ID: |
ehcache-openjpa |
| 版本: |
0.1 |
| 最后修改时间: |
2019-05-15 15:52:58 |
| 包类型: |
jar |
| 标题: |
OpenJPA Caching Plugin |
| 描述: |
This module provides a cache provider of OpenJPA |
| 大小: |
11.48KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-openjpa</artifactId>
<version>0.1</version>
</dependency>
|
| Gradle引入代码: |
net.sf.ehcache:ehcache-openjpa:0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<project>
<parent>
<artifactId>ehcache-parent</artifactId>
<groupId>net.sf.ehcache</groupId>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-openjpa</artifactId>
<name>OpenJPA Caching Plugin</name>
<version>0.1</version>
<packaging>jar</packaging>
<description>This module provides a cache provider of OpenJPA</description>
<url>http://ehcache.sf.net/documentation/openjpa.html</url>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>ehcache</artifactId>
<version>[1.6.0,]</version>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<filters>
<filter>src/assemble/filter.properties</filter>
</filters>
<descriptors>
<descriptor>src/assemble/distribution.xml</descriptor>
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>checkstyle</goal>
</goals>
</execution>
</executions>
<configuration>
<configLocation>${basedir}/checkstyle/checkstyle.xml</configLocation>
<suppressionsLocation>${basedir}/checkstyle/suppressions.xml</suppressionsLocation>
<headerLocation>${basedir}/checkstyle/ClassHeader.txt</headerLocation>
<enableRSS>false</enableRSS>
<linkXRef>true</linkXRef>
<enableRulesSummary>false</enableRulesSummary>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<failOnViolation>true</failOnViolation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<enableRulesSummary>true</enableRulesSummary>
</configuration>
</plugin>
<!--mvn clover2:instrument clover2:check clover2:clover-->
<!--<plugin>-->
<!--<groupId>com.atlassian.maven.plugins</groupId>-->
<!--<artifactId>maven-clover2-plugin</artifactId>-->
<!--<configuration>-->
<!--<license><![CDATA[qRomTFFWrBFsfpgsAODPhApTnqmcxKMXoQgGhVAplaoCnW-->
<!--mi2KfM1rx9J4MsqKXr43DEBX2K2YKjD0u0EV4cC5OIxU4J-->
<!--RMPPTvMnRprmMRrOqrnsxpnQRORRmPNRQoVvTSStUtUWvr-->
<!--RNOMnmqmUUnoptsqmqmmmmmUUnoptsqmqmmmmmUUbeZXZe-->
<!--bUUnmmmm]]></license>-->
<!--<includesTestSourceRoots>false</includesTestSourceRoots>-->
<!--<instrumentation>statement</instrumentation>-->
<!--<jdk>1.6</jdk>-->
<!--<flushPolicy>threaded</flushPolicy>-->
<!--<flushInterval>5000</flushInterval>-->
<!--<generatePdf>false</generatePdf>-->
<!--<generateXml>false</generateXml>-->
<!--<generateHtml>true</generateHtml>-->
<!--<targetPercentage>75%</targetPercentage>-->
<!--<cloverDatabase>/tmp</cloverDatabase>-->
<!--<cloverDatabase>${user.home}/clover/${project.artifact}</cloverDatabase>-->
<!--<cloverMergeDatabase>/tmp</cloverMergeDatabase>-->
<!--</configuration>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>instrument</id>-->
<!--<goals>-->
<!--<goal>setup</goal>-->
<!--<goal>check</goal>-->
<!--Comment out check and uncomment clover to see what is going on-->
<!--<goal>clover</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
</plugins>
</build>
<developers>
<developer>
<id>gregluck</id>
<name>Greg Luck</name>
<email>gregluck at users.sourceforge.net</email>
<url>http://gregluck.com</url>
<roles>
<role>Maintainer</role>
<role>Developer</role>
</roles>
<timezone>+10</timezone>
<properties>
<skype>gregrluck</skype>
<yahoo>gregrluck</yahoo>
</properties>
</developer>
<developer>
<id>craigandrews</id>
<name>Craig Andrews</name>
<email>craigandrews at users.sourceforge.net</email>
<url/>
<roles>
<role>Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
</developers>
<distributionManagement>
<repository>
<id>sourceforge-releases</id>
<name>Sourceforge Release Repository</name>
<url>http://oss.sonatype.org/content/repositories/sourceforge-releases</url>
</repository>
<snapshotRepository>
<id>sourceforge-snapshots</id>
<name>Sourceforge Snapshot Repository</name>
<url>http://oss.sonatype.org/content/repositories/sourceforge-snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/org.apache.openjpa.lib.conf.ProductDerivation
net.sf.ehcache.openjpa.datacache.EhCacheDataCache.class
net.sf.ehcache.openjpa.datacache.EhCacheDataCacheManager.class
net.sf.ehcache.openjpa.datacache.EhCacheDerivation.class
net.sf.ehcache.openjpa.datacache.EhCacheQueryCache.class
net.sf.ehcache.openjpa.datacache.NoOpRemoteCommitProvider.class
META-INF/maven/net.sf.ehcache/ehcache-openjpa/pom.xml
META-INF/maven/net.sf.ehcache/ehcache-openjpa/pom.properties
|
| 依赖Jar: |
ehcache-[1.6.0,].jar
/${pom.groupId}/ehcache/[1.6.0,]
查看ehcache所有版本文件
openjpa-1.2.1.jar
/org.apache.openjpa/openjpa/1.2.1
查看openjpa所有版本文件
junit-4.5.jar
/junit/junit/4.5
查看junit所有版本文件
hsqldb-1.8.0.7.jar
/hsqldb/hsqldb/1.8.0.7
查看hsqldb所有版本文件
|