组织ID: |
com.datadoghq |
项目ID: |
java-dogstatsd-client |
版本: |
2.3 |
最后修改时间: |
2018-08-01 17:30:23 |
包类型: |
jar |
标题: |
java-dogstatsd-client |
描述: |
A tiny library allowing Java applications to communicate with DataDog statsd instances easily. |
相关URL: |
https://github.com/DataDog/java-dogstatsd-client |
大小: |
23.72KB |
|
Maven引入代码: |
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>java-dogstatsd-client</artifactId>
<version>2.3</version>
</dependency>
|
Gradle引入代码: |
com.datadoghq:java-dogstatsd-client:2.3
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.datadoghq</groupId>
<artifactId>java-dogstatsd-client</artifactId>
<packaging>jar</packaging>
<name>java-dogstatsd-client</name>
<version>2.3</version>
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
<url>https://github.com/DataDog/java-dogstatsd-client</url>
<properties>
<java.version>1.6</java.version>
</properties>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/DataDog/java-dogstatsd-client</url>
<connection>scm:git:git://github.com/DataDog/java-dogstatsd-client.git</connection>
<developerConnection>scm:git:git@github.com:Datadog/java-dogstatsd-client.git</developerConnection>
<tag>HEAD</tag>
</scm>
<developers>
<developer> <!-- Additions for new Datadog features -->
<id>datadog</id>
<name>Datadog developers</name>
<email>dev@datadoghq.com</email>
</developer>
<developer> <!-- Initial datadog port -->
<id>duffy</id>
<name>Charles Duffy</name>
<email>duffy@indeed.com</email>
</developer>
<developer> <!-- Upstream, pre-datadog version -->
<id>scarytom</id>
<name>Tom Denley</name>
<email>tom.denley@timgroup.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
<version>1.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.12</version>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.timgroup.statsd.Event$1.class
com.timgroup.statsd.Event$AlertType.class
com.timgroup.statsd.Event$Builder.class
com.timgroup.statsd.Event$Priority.class
com.timgroup.statsd.Event.class
com.timgroup.statsd.NonBlockingStatsDClient$1.class
com.timgroup.statsd.NonBlockingStatsDClient$2.class
com.timgroup.statsd.NonBlockingStatsDClient$3.class
com.timgroup.statsd.NonBlockingStatsDClient$4.class
com.timgroup.statsd.NonBlockingStatsDClient$5.class
com.timgroup.statsd.NonBlockingStatsDClient$QueueConsumer.class
com.timgroup.statsd.NonBlockingStatsDClient.class
com.timgroup.statsd.NoOpStatsDClient.class
com.timgroup.statsd.ServiceCheck$1.class
com.timgroup.statsd.ServiceCheck$Builder.class
com.timgroup.statsd.ServiceCheck$Status.class
com.timgroup.statsd.ServiceCheck.class
com.timgroup.statsd.StatsDClient.class
com.timgroup.statsd.StatsDClientErrorHandler.class
com.timgroup.statsd.StatsDClientException.class
META-INF/maven/com.datadoghq/java-dogstatsd-client/pom.xml
META-INF/maven/com.datadoghq/java-dogstatsd-client/pom.properties
|
依赖Jar: |
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
hamcrest-library-1.3.jar
/org.hamcrest/hamcrest-library/1.3
查看hamcrest-library所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|