组织ID: |
com.github.ben-manes.caffeine |
项目ID: |
tracing-async |
版本: |
1.0.0 |
最后修改时间: |
2019-10-31 11:27:29 |
包类型: |
jar |
标题: |
Caffeine cache |
描述: |
Concurrent data-structures for Java |
相关URL: |
https://github.com/ben-manes/caffeine |
大小: |
7.64KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>tracing-async</artifactId>
<version>1.0.0</version>
</dependency>
|
Gradle引入代码: |
com.github.ben-manes.caffeine:tracing-async:1.0.0
|
下载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-async</artifactId>
<version>1.0.0</version>
<name>Caffeine cache</name>
<description>Concurrent data-structures for Java</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>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility-scala</artifactId>
<version>1.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>tracing-api</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>tracing-api</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.3.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/com.github.benmanes.caffeine.cache.tracing.Tracer
com.github.benmanes.caffeine.cache.tracing.async.AsyncTracer.class
com.github.benmanes.caffeine.cache.tracing.async.BinaryLogEventHandler.class
com.github.benmanes.caffeine.cache.tracing.async.LogEventHandler.class
com.github.benmanes.caffeine.cache.tracing.async.TextLogEventHandler.class
|
依赖Jar: |
testng-6.8.21.jar
/org.testng/testng/6.8.21
查看testng所有版本文件
guava-18.0.jar
/com.google.guava/guava/18.0
查看guava所有版本文件
awaitility-scala-1.6.3.jar
/com.jayway.awaitility/awaitility-scala/1.6.3
查看awaitility-scala所有版本文件
jimfs-1.0.jar
/com.google.jimfs/jimfs/1.0
查看jimfs所有版本文件
tracing-api-1.0.0.jar
/com.github.ben-manes.caffeine/tracing-api/1.0.0
查看tracing-api所有版本文件
tracing-api-1.0.0.jar
/com.github.ben-manes.caffeine/tracing-api/1.0.0
查看tracing-api所有版本文件
disruptor-3.3.2.jar
/com.lmax/disruptor/3.3.2
查看disruptor所有版本文件
|