| 组织ID: |
net.sf.ehcache |
| 项目ID: |
ehcache-jcache |
| 版本: |
1.2 |
| 最后修改时间: |
2018-08-01 17:27:47 |
| 包类型: |
jar |
| 标题: |
Ehcache JCache Reference Implementation |
| 描述: |
|
| 大小: |
16.03KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-jcache</artifactId>
<version>1.2</version>
</dependency>
|
| Gradle引入代码: |
net.sf.ehcache:ehcache-jcache:1.2
|
| 下载Jar包: |
|
| POM文件内容: |
<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>net.sf.ehcache</groupId>
<artifactId>ehcache-parent</artifactId>
<version>2.0</version>
</parent>
<name>Ehcache JCache Reference Implementation</name>
<artifactId>ehcache-jcache</artifactId>
<packaging>jar</packaging>
<version>1.2</version>
<description><![CDATA[The RI for JSR107 - JCACHE.]]> </description>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>ehcache-core</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>net.sf.jsr107cache</groupId>
<artifactId>jsr107cache</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.1</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>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>process-classes</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>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<failOnViolation>true</failOnViolation>
<includeTestSourceDirectory>false</includeTestSourceDirectory>
<enableRulesSummary>true</enableRulesSummary>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<skip>false</skip>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/*$*</exclude>
<exclude>**/web/**/*</exclude>
<exclude>**/Abstract*Test.java</exclude>
<exclude>**/constructs/web/**</exclude>
</excludes>
<forkMode>pertest</forkMode>
<childDelegation>false</childDelegation>
<disableXmlReport>false</disableXmlReport>
<printSummary>true</printSummary>
<!--<reportFormat>plain</reportFormat>-->
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemProperties>
<property>
<name>java.awt.headless</name>
<value>true</value>
</property>
<property>
<name>
net.sf.ehcache.speedAdjustmentFactor
</name>
<value>
${net.sf.ehcache.speedAdjustmentFactor}
</value>
</property>
</systemProperties>
</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>
</configuration>
</plugin>
</plugins>
</build>
<!--<repositories>-->
<!--<repository>-->
<!--<id>sourceforge-releases</id>-->
<!--<url>http://oss.sonatype.org/content/repositories/sourceforge-snapshots</url>-->
<!--<layout>legacy</layout>-->
<!--<releases>-->
<!--<enabled>false</enabled>-->
<!--<updatePolicy>daily</updatePolicy>-->
<!--</releases>-->
<!--<snapshots>-->
<!--<enabled>true</enabled>-->
<!--<updatePolicy>daily</updatePolicy>-->
<!--</snapshots>-->
<!--</repository>-->
<!--</repositories>-->
<!-- Note: site URL repeated here to ensure correct deployment path -->
<distributionManagement>
<!--
The server id here defined must also appear in ~/.m2/settings.xml with username
-->
<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.jcache.JCacheListenerAdaptor.class
net.sf.ehcache.jcache.JCacheManager.class
net.sf.ehcache.jcache.JCacheEntry.class
net.sf.ehcache.jcache.loader.JCacheLoader.class
net.sf.ehcache.jcache.loader.JCacheLoaderFactory.class
net.sf.ehcache.jcache.JCacheFactory.class
net.sf.ehcache.jcache.JCache.class
net.sf.ehcache.jcache.JCacheStatistics.class
META-INF/services/javax.cache.CacheFactory
META-INF/services/net.sf.jsr107cache.CacheFactory
META-INF/maven/net.sf.ehcache/ehcache-jcache/pom.xml
META-INF/maven/net.sf.ehcache/ehcache-jcache/pom.properties
|
| 依赖Jar: |
ehcache-core-1.7.0.jar
/${pom.groupId}/ehcache-core/1.7.0
查看ehcache-core所有版本文件
jsr107cache-1.1.jar
/net.sf.jsr107cache/jsr107cache/1.1
查看jsr107cache所有版本文件
junit-4.1.jar
/junit/junit/4.1
查看junit所有版本文件
|