组织ID: |
com.github.ben-manes.caffeine |
项目ID: |
tracing-api |
版本: |
1.3.3 |
最后修改时间: |
2018-08-26 00:10:44 |
包类型: |
jar |
标题: |
Caffeine cache |
描述: |
A high performance caching library for Java 8+ |
相关URL: |
https://github.com/ben-manes/caffeine |
大小: |
10.03KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>tracing-api</artifactId>
<version>1.3.3</version>
</dependency>
|
Gradle引入代码: |
com.github.ben-manes.caffeine:tracing-api:1.3.3
|
下载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>tracing-api</artifactId>
<version>1.3.3</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.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>1.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0-rc1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>2.0.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.benmanes.caffeine.cache.tracing.DisabledTracer.class
com.github.benmanes.caffeine.cache.tracing.TraceEvent$Action.class
com.github.benmanes.caffeine.cache.tracing.TraceEvent.class
com.github.benmanes.caffeine.cache.tracing.TraceEventFormats.class
com.github.benmanes.caffeine.cache.tracing.Tracer.class
com.github.benmanes.caffeine.cache.tracing.TracerHolder.class
com.github.benmanes.caffeine.cache.tracing.TracerIdGenerator.class
|
依赖Jar: |
error_prone_annotations-2.0.4.jar
/com.google.errorprone/error_prone_annotations/2.0.4
查看error_prone_annotations所有版本文件
awaitility-1.6.3.jar
/com.jayway.awaitility/awaitility/1.6.3
查看awaitility所有版本文件
guava-19.0-rc1.jar
/com.google.guava/guava/19.0-rc1
查看guava所有版本文件
guice-4.0.jar
/com.google.inject/guice/4.0
查看guice所有版本文件
java-hamcrest-2.0.0.0.jar
/org.hamcrest/java-hamcrest/2.0.0.0
查看java-hamcrest所有版本文件
testng-6.9.6.jar
/org.testng/testng/6.9.6
查看testng所有版本文件
jsr305-3.0.0.jar
/com.google.code.findbugs/jsr305/3.0.0
查看jsr305所有版本文件
|