组织ID: |
net.sf.jsr107cache |
项目ID: |
jsr107cache |
版本: |
1.1 |
最后修改时间: |
2018-08-01 17:25:41 |
包类型: |
jar |
标题: |
jsr107cache |
大小: |
7.89KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sf.jsr107cache</groupId>
<artifactId>jsr107cache</artifactId>
<version>1.1</version>
</dependency>
|
Gradle引入代码: |
net.sf.jsr107cache:jsr107cache:1.1
|
下载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>
<groupId>net.sf.jsr107cache</groupId>
<artifactId>jsr107cache</artifactId>
<packaging>jar</packaging>
<version>1.1</version>
<name>jsr107cache</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.3</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>sourceforge.net</id>
<name>SF EHCache Repository</name>
<url>scp://web.sourceforge.net:/home/groups/e/eh/ehcache/htdocs/repository</url>
</repository>
<snapshotRepository>
<id>sourceforge.net</id>
<name>SF EHCache Snapshot Repository</name>
<url>scp://web.sourceforge.net:/home/groups/e/eh/ehcache/htdocs/snapshotrepository</url>
</snapshotRepository>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sf.jsr107cache.Cache.class
net.sf.jsr107cache.CacheEntry.class
net.sf.jsr107cache.CacheException.class
net.sf.jsr107cache.CacheFactory.class
net.sf.jsr107cache.CacheListener.class
net.sf.jsr107cache.CacheLoader.class
net.sf.jsr107cache.CacheManager.class
net.sf.jsr107cache.CacheStatistics.class
net.sf.jsr107cache.EvictionStrategy.class
META-INF/maven/net.sf.jsr107cache/jsr107cache/pom.xml
META-INF/maven/net.sf.jsr107cache/jsr107cache/pom.properties
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|