| 组织ID: |
com.github.ben-manes.caffeine |
| 项目ID: |
guava |
| 版本: |
2.8.1 |
| 最后修改时间: |
2020-02-25 11:14:58 |
| 包类型: |
jar |
| 标题: |
Caffeine cache |
| 描述: |
A high performance caching library |
| 相关URL: |
https://github.com/ben-manes/caffeine |
| 大小: |
20.51KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>guava</artifactId>
<version>2.8.1</version>
</dependency>
|
| Gradle引入代码: |
com.github.ben-manes.caffeine:guava:2.8.1
|
| 下载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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>guava</artifactId>
<version>2.8.1</version>
<name>Caffeine cache</name>
<description>A high performance caching library</description>
<url>https://github.com/ben-manes/caffeine</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://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.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.2-jre</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
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.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: |
caffeine-2.8.1.jar
/com.github.ben-manes.caffeine/caffeine/2.8.1
查看caffeine所有版本文件
guava-28.2-jre.jar
/com.google.guava/guava/28.2-jre
查看guava所有版本文件
|