| 组织ID: |
com.moz.fiji.deps |
| 项目ID: |
riemann-java-client |
| 版本: |
0.1.0 |
| 最后修改时间: |
2020-04-11 19:47:57 |
| 包类型: |
jar |
| 标题: |
Fiji |
| 描述: |
Fiji allows the imposition of schema and much else upon HBase. |
| 相关URL: |
https://github.com/seomoz/fiji |
| 大小: |
0.18KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.moz.fiji.deps</groupId>
<artifactId>riemann-java-client</artifactId>
<version>0.1.0</version>
</dependency>
|
| Gradle引入代码: |
com.moz.fiji.deps:riemann-java-client:0.1.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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">
<name>Fiji</name>
<description>Fiji allows the imposition of schema and much else upon HBase.</description>
<url>https://github.com/seomoz/fiji</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Maura Hubbell</name>
<email>maura@moz.com</email>
<organization>Moz</organization>
<organizationUrl>http://www.moz.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:seomoz/fiji.git</connection>
<developerConnection>scm:git:git@github.com:seomoz/fiji.git</developerConnection>
<url>git@github.com:seomoz/fiji.git</url>
</scm>
<modelVersion>4.0.0</modelVersion>
<groupId>com.moz.fiji.deps</groupId>
<artifactId>riemann-java-client</artifactId>
<version>0.1.0</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.testSource>1.8</maven.compiler.testSource>
<maven.compiler.testTarget>1.8</maven.compiler.testTarget>
</properties>
<!-- Unresolved dependency list: -->
<!-- dep: com.aphyr:riemann-java-client:0.2.10 -->
<!-- exclusion: com.codahale.metrics:metrics-core:*:*:* -->
<!-- exclusion: com.yammer.metrics:metrics-core:*:*:* -->
<!-- exclusion: io.netty:netty:*:*:* -->
<!-- Resolved dependency list: -->
<dependencies>
<dependency> <groupId>com.aphyr</groupId> <artifactId>riemann-java-client</artifactId> <type>jar</type> <version>0.2.10</version> <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
<dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <type>jar</type> <version>2.5.0</version> <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
|
| 依赖Jar: |
riemann-java-client-0.2.10.jar
/com.aphyr/riemann-java-client/0.2.10
查看riemann-java-client所有版本文件
protobuf-java-2.5.0.jar
/com.google.protobuf/protobuf-java/2.5.0
查看protobuf-java所有版本文件
|