组织ID: |
com.github.ben-manes.caffeine |
项目ID: |
guava |
版本: |
2.0.2 |
最后修改时间: |
2019-10-29 00:15:08 |
包类型: |
jar |
标题: |
Caffeine cache |
描述: |
A high performance caching library for Java 8+ |
相关URL: |
https://github.com/ben-manes/caffeine |
大小: |
16.71KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>guava</artifactId>
<version>2.0.2</version>
</dependency>
|
Gradle引入代码: |
com.github.ben-manes.caffeine:guava:2.0.2
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>guava</artifactId>
<version>2.0.2</version>
<name>Caffeine cache</name>
<description>A high performance caching library for Java 8+</description>
<url>https://github.com/ben-manes/caffeine</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ben-manes</id>
<name>Ben Manes</name>
<email>ben.manes@gmail.com</email>
<roles>
<role>owner</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:https://ben-manes@github.com/ben-manes/caffeine.git</connection>
<developerConnection>scm:git://github.com/ben-manes/caffeine.git</developerConnection>
<url>https://github.com/ben-manes/caffeine</url>
</scm>
<dependencies>
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>19.0-rc2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0-rc2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>2.0.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.24</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-link-mvn</artifactId>
<version>4.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-native</artifactId>
<version>4.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
<version>2.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit4</artifactId>
<version>4.6.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.benmanes.caffeine.guava.CaffeinatedGuava.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache$1$1.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache$1$2.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache$1$3$1.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache$1$3.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache$1.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache$CacheLoaderException.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaLoadingCache$BulkLoader.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaLoadingCache$SingleLoader.class
com.github.benmanes.caffeine.guava.CaffeinatedGuavaLoadingCache.class
|
依赖Jar: |
awaitility-1.7.0.jar
/com.jayway.awaitility/awaitility/1.7.0
查看awaitility所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
guava-testlib-19.0-rc2.jar
/com.google.guava/guava-testlib/19.0-rc2
查看guava-testlib所有版本文件
guava-19.0-rc2.jar
/com.google.guava/guava/19.0-rc2
查看guava所有版本文件
java-hamcrest-2.0.0.0.jar
/org.hamcrest/java-hamcrest/2.0.0.0
查看java-hamcrest所有版本文件
easymock-3.4.jar
/org.easymock/easymock/3.4
查看easymock所有版本文件
truth-0.24.jar
/com.google.truth/truth/0.24
查看truth所有版本文件
pax-exam-link-mvn-4.6.0.jar
/org.ops4j.pax.exam/pax-exam-link-mvn/4.6.0
查看pax-exam-link-mvn所有版本文件
error_prone_annotations-2.0.6.jar
/com.google.errorprone/error_prone_annotations/2.0.6
查看error_prone_annotations所有版本文件
org.apache.felix.framework-5.4.0.jar
/org.apache.felix/org.apache.felix.framework/5.4.0
查看org.apache.felix.framework所有版本文件
pax-exam-container-native-4.6.0.jar
/org.ops4j.pax.exam/pax-exam-container-native/4.6.0
查看pax-exam-container-native所有版本文件
pax-url-aether-2.4.3.jar
/org.ops4j.pax.url/pax-url-aether/2.4.3
查看pax-url-aether所有版本文件
caffeine-2.0.2.jar
/com.github.ben-manes.caffeine/caffeine/2.0.2
查看caffeine所有版本文件
jsr305-3.0.1.jar
/com.google.code.findbugs/jsr305/3.0.1
查看jsr305所有版本文件
pax-exam-junit4-4.6.0.jar
/org.ops4j.pax.exam/pax-exam-junit4/4.6.0
查看pax-exam-junit4所有版本文件
|