| 组织ID: |
net.sf.ehcache |
| 项目ID: |
ehcache-openjpa |
| 版本: |
0.2.0 |
| 最后修改时间: |
2018-08-06 14:07:12 |
| 包类型: |
jar |
| 标题: |
OpenJPA Caching Plugin |
| 描述: |
This module provides replication via JGroups |
| 大小: |
10.98KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-openjpa</artifactId>
<version>0.2.0</version>
</dependency>
|
| Gradle引入代码: |
net.sf.ehcache:ehcache-openjpa:0.2.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<project>
<parent>
<artifactId>ehcache-parent</artifactId>
<groupId>net.sf.ehcache</groupId>
<version>2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-openjpa</artifactId>
<name>OpenJPA Caching Plugin</name>
<version>0.2.0</version>
<packaging>jar</packaging>
<description>This module provides replication via JGroups</description>
<url>http://ehcache.sf.net/documentation/openjpa.html</url>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>ehcache-core</artifactId>
<version>[1.7.0,]</version>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>1.2.1</version>
</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>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.5.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<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>
<version>2.3</version>
<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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>pertest</forkMode>
<debugForkedProcess>true</debugForkedProcess>
<childDelegation>false</childDelegation>
<disableXmlReport>false</disableXmlReport>
<printSummary>true</printSummary>
<reportFormat>plain</reportFormat>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
<systemProperties>
<property>
<name>net.sf.ehcache.skipUpdateCheck</name>
<value>true</value>
</property>
<property>
<name>java.awt.headless</name>
<value>true</value>
</property>
</systemProperties>
</configuration>
</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
net.sf.ehcache.openjpa.datacache.EhCacheDataCacheManager.class
net.sf.ehcache.openjpa.datacache.EhCacheDataCache.class
net.sf.ehcache.openjpa.datacache.NoOpRemoteCommitProvider.class
net.sf.ehcache.openjpa.datacache.EhCacheQueryCache.class
net.sf.ehcache.openjpa.datacache.EhCacheDerivation.class
META-INF/services/org.apache.openjpa.lib.conf.ProductDerivation
META-INF/maven/net.sf.ehcache/ehcache-openjpa/pom.xml
META-INF/maven/net.sf.ehcache/ehcache-openjpa/pom.properties
|
| 依赖Jar: |
ehcache-core-[1.7.0,].jar
/${pom.groupId}/ehcache-core/[1.7.0,]
查看ehcache-core所有版本文件
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所有版本文件
slf4j-jdk14-1.5.8.jar
/org.slf4j/slf4j-jdk14/1.5.8
查看slf4j-jdk14所有版本文件
|