组织ID: |
org.influxdb |
项目ID: |
influxdb-java |
版本: |
1.0 |
最后修改时间: |
2018-08-07 09:54:21 |
包类型: |
jar |
标题: |
influxdb java bindings |
描述: |
Java API to access the InfluxDB REST API |
相关URL: |
http://www.influxdb.org |
大小: |
31.10KB |
|
Maven引入代码: |
<dependency>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
org.influxdb:influxdb-java:1.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<name>influxdb java bindings</name>
<description>Java API to access the InfluxDB REST API</description>
<url>http://www.influxdb.org</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<scm>
<connection>scm:git:git@github.com:influxdb/influxdb-java.git</connection>
<developerConnection>scm:git:git@github.com:influxdb/influxdb-java.git</developerConnection>
<url>git@github.com:influxdb/influxdb-java.git</url>
</scm>
<developers>
<developer>
<id>jvshahid</id>
<name>John Shahid</name>
<email>john@influxdb.com</email>
</developer>
<developer>
<id>majst01</id>
<name>Stefan Majer</name>
<email>stefan.majer@gmail.com</email>
</developer>
</developers>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.kpelykh</groupId>
<artifactId>docker-java</artifactId>
<version>0.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-gwt</artifactId>
<version>16.0</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
java.nio.charset.IllegalCharsetNameException.class
java.nio.charset.UnsupportedCharsetException.class
java.nio.charset.Charset$1.class
java.nio.charset.Charset.class
com.google.common.base.Preconditions.class
com.google.common.base.Objects$1.class
com.google.common.base.Objects$ToStringHelper$ValueHolder.class
com.google.common.base.Objects$ToStringHelper.class
com.google.common.base.Strings.class
com.google.common.base.Objects.class
com.google.common.annotations.GwtIncompatible.class
com.google.common.annotations.GwtCompatible.class
com.google.common.annotations.VisibleForTesting.class
org.influxdb.dto.Database.class
org.influxdb.dto.User.class
org.influxdb.dto.Serie.class
org.influxdb.dto.Serie$Builder.class
org.influxdb.dto.ScheduledDelete.class
org.influxdb.dto.ContinuousQuery.class
org.influxdb.dto.Pong.class
org.influxdb.impl.InfluxDBImpl.class
org.influxdb.impl.InfluxDBImpl$1.class
org.influxdb.impl.InfluxDBErrorHandler.class
org.influxdb.impl.InfluxDBService.class
org.influxdb.InfluxDB$LogLevel.class
org.influxdb.InfluxDB.class
org.influxdb.InfluxDBFactory.class
META-INF/maven/org.influxdb/influxdb-java/pom.xml
META-INF/maven/org.influxdb/influxdb-java/pom.properties
|
依赖Jar: |
testng-6.8.8.jar
/org.testng/testng/6.8.8
查看testng所有版本文件
docker-java-0.8.1.jar
/com.kpelykh/docker-java/0.8.1
查看docker-java所有版本文件
guava-gwt-16.0.jar
/com.google.guava/guava-gwt/16.0
查看guava-gwt所有版本文件
retrofit-1.5.0.jar
/com.squareup.retrofit/retrofit/1.5.0
查看retrofit所有版本文件
|