组织ID: |
com.netflix.spectator |
项目ID: |
spectator-ext-sandbox |
版本: |
0.14.2 |
最后修改时间: |
2019-10-25 05:27:13 |
包类型: |
jar |
标题: |
spectator-ext-sandbox |
描述: |
spectator-ext-sandbox developed by Netflix |
相关URL: |
https://github.com/Netflix/spectator |
大小: |
3.36KB |
|
Maven引入代码: |
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-ext-sandbox</artifactId>
<version>0.14.2</version>
</dependency>
|
Gradle引入代码: |
com.netflix.spectator:spectator-ext-sandbox:0.14.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.netflix.spectator</groupId>
<artifactId>spectator-ext-sandbox</artifactId>
<version>0.14.2</version>
<name>spectator-ext-sandbox</name>
<description>spectator-ext-sandbox developed by Netflix</description>
<url>https://github.com/Netflix/spectator</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>netflixgithub</id>
<name>Netflix Open Source Development</name>
<email>talent@netflix.com</email>
</developer>
</developers>
<issueManagement>
<system>github</system>
<url>https://github.com/Netflix/spectator/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git@github.com:Netflix/spectator.git</connection>
<developerConnection>scm:git:git@github.com:Netflix/spectator.git</developerConnection>
<url>scm:git:git@github.com:Netflix/spectator.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-api</artifactId>
<version>0.14.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>1.4.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.netflix.spectator.sandbox.DoubleDistributionSummary.class
|
依赖Jar: |
slf4j-api-1.7.7.jar
/org.slf4j/slf4j-api/1.7.7
查看slf4j-api所有版本文件
spectator-api-0.14.2.jar
/com.netflix.spectator/spectator-api/0.14.2
查看spectator-api所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
equalsverifier-1.4.1.jar
/nl.jqno.equalsverifier/equalsverifier/1.4.1
查看equalsverifier所有版本文件
|