| 组织ID: |
io.zipkin |
| 项目ID: |
zipkin-anormdb |
| 版本: |
1.14.0 |
| 最后修改时间: |
2019-10-29 10:45:51 |
| 包类型: |
jar |
| 标题: |
Zipkin |
| 描述: |
A distributed tracing system |
| 相关URL: |
https://github.com/openzipkin/zipkin |
| 大小: |
201.49KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.zipkin</groupId>
<artifactId>zipkin-anormdb</artifactId>
<version>1.14.0</version>
</dependency>
|
| Gradle引入代码: |
io.zipkin:zipkin-anormdb:1.14.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>io.zipkin</groupId>
<artifactId>zipkin-anormdb</artifactId>
<version>1.14.0</version>
<name>Zipkin</name>
<description>A distributed tracing system</description>
<url>https://github.com/openzipkin/zipkin</url>
<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>zipkin-dev</id>
<email>zipkin-dev@googlegroups.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/openzipkin/zipkin.git</connection>
<developerConnection>git@github.com:openzipkin/zipkin.git</developerConnection>
<url>https://github.com/openzipkin/zipkin</url>
</scm>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.8.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>2.2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.36</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>anorm_2.11</artifactId>
<version>2.3.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.zipkin</groupId>
<artifactId>zipkin-scrooge</artifactId>
<version>1.14.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-stats_2.11</artifactId>
<version>6.28.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.zipkin.anormdb.AnormDBSpanStoreFactory.class
com.twitter.zipkin.anormdb.AnormDBSpanStoreFactory$$anonfun$1.class
com.twitter.zipkin.anormdb.AnormDBSpanStoreFactory$$anonfun$2.class
com.twitter.zipkin.anormdb.AnormDBSpanStoreFactory$class.class
com.twitter.zipkin.anormdb.DependencyStoreBuilder.class
com.twitter.zipkin.anormdb.DependencyStoreBuilder$.class
com.twitter.zipkin.anormdb.SpanStoreBuilder.class
com.twitter.zipkin.anormdb.SpanStoreBuilder$.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$1.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$2.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$1.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$2.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$3.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$3$$anonfun$apply$4.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$5.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$6.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$6$$anonfun$3.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$6$$anonfun$4.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$6$$anonfun$5.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$getDependencies$1$$anonfun$apply$7.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1$$anonfun$apply$mcV$sp$1.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1$$anonfun$apply$mcV$sp$1$$anonfun$6.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1$$anonfun$apply$mcV$sp$1$$anonfun$7.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$10.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$11.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$12.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$$anonfun$storeDependencies$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$9.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$DependencyInterval$.class
com.twitter.zipkin.storage.anormdb.AnormDependencyStore$DependencyInterval.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$apply$1.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$20.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$21.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$22.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$23.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$24.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$25.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$26.class
com.twitter.zipkin.storage.anormdb.AnormThreads.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$27.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$28.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$29.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$30.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$31.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$32.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$19$$anonfun$apply$33.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$2.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$3.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$4.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$5.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$6.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$7.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$10.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$11.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$12.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$13.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$14.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$15.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$16.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$17.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$18.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$com$twitter$zipkin$storage$anormdb$AnormSpanStore$$storeSpan$1$$anonfun$apply$mcV$sp$1$$anonfun$apply$8$$anonfun$apply$9.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getAllServiceNames$1.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpanNames$1.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpanNames$1$$anonfun$apply$38.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$1.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$2.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$3.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$4.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$4$$anonfun$5.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$4$$anonfun$6.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$4$$anonfun$7.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$4$$anonfun$8.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$apply$34.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getSpansByTraceIds$1$$anonfun$apply$35.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getTraceIdsByAnnotation$1.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getTraceIdsByAnnotation$1$$anonfun$13.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getTraceIdsByAnnotation$1$$anonfun$14.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getTraceIdsByAnnotation$1$$anonfun$15.class
com.twitter.zipkin.storage.anormdb.AnormSpanStore$$anonfun$getTraceIdsByAnnotation$1$$anonfun$16.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
mockito-all-1.10.19.jar
/org.mockito/mockito-all/1.10.19
查看mockito-all所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
HikariCP-2.4.1.jar
/com.zaxxer/HikariCP/2.4.1
查看HikariCP所有版本文件
sqlite-jdbc-3.8.11.jar
/org.xerial/sqlite-jdbc/3.8.11
查看sqlite-jdbc所有版本文件
scalatest_2.11-2.2.5.jar
/org.scalatest/scalatest_2.11/2.2.5
查看scalatest_2.11所有版本文件
mysql-connector-java-5.1.36.jar
/mysql/mysql-connector-java/5.1.36
查看mysql-connector-java所有版本文件
anorm_2.11-2.3.9.jar
/com.typesafe.play/anorm_2.11/2.3.9
查看anorm_2.11所有版本文件
zipkin-scrooge-1.14.0.jar
/io.zipkin/zipkin-scrooge/1.14.0
查看zipkin-scrooge所有版本文件
util-stats_2.11-6.28.0.jar
/com.twitter/util-stats_2.11/6.28.0
查看util-stats_2.11所有版本文件
scala-library-2.11.7.jar
/org.scala-lang/scala-library/2.11.7
查看scala-library所有版本文件
slf4j-simple-1.7.2.jar
/org.slf4j/slf4j-simple/1.7.2
查看slf4j-simple所有版本文件
|