组织ID: |
net.sf.jsr107cache |
项目ID: |
jsr107cache |
版本: |
1.0 |
最后修改时间: |
2018-07-26 09:29:06 |
包类型: |
jar |
标题: |
jsr107cache |
描述: |
|
大小: |
8.08KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sf.jsr107cache</groupId>
<artifactId>jsr107cache</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
net.sf.jsr107cache:jsr107cache:1.0
|
下载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.0</version>
<name>jsr107cache</name>
<description><![CDATA[jsr107cache is a place for the evolving JCACHE API so that code can be written to the spec before final release.]]>
</description>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://jsr107cache.svn.sourceforge.net/svnroot/jsr107cache</connection>
<developerConnection>scm:svn:https://username@jsr107cache.svn.sourceforge.net/svnroot/jsr107cache</developerConnection>
<tag/>
<url>http://jsr107cache.svn.sourceforge.net/viewvc/jsr107cache/</url>
</scm>
<!-- Reports -->
<reporting>
<plugins>
<!-- javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<author>true</author>
<bottom>true</bottom>
<destDir>target/site/javadoc</destDir>
<header><![CDATA[<a href="/" target="_top">ehcache</a>]]></header>
<minmemory>128m</minmemory>
<maxmemory>512</maxmemory>
<overview>${basedir}/src/main/java/net/sf/jsr107cache/overview.html
</overview>
<packagenames>net.sf.*</packagenames>
<use>true</use>
<version>true</version>
<windowtitle>${project.name} ${project.version} API</windowtitle>
<tag name="noinspection" description="IntelliJ Inspection Ignore tag"
enabled="false"/>
</configuration>
</plugin>
</plugins>
</reporting>
</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所有版本文件
|