组织ID: |
org.apache.hadoop |
项目ID: |
libthrift |
版本: |
0.5.0 |
最后修改时间: |
2018-08-22 10:12:20 |
包类型: |
jar |
标题: |
thrift |
描述: |
Thrift is a software framework for scalable cross-language
services development.
|
相关URL: |
http://thrift.apache.org/ |
大小: |
2.25KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>libthrift</artifactId>
<version>0.5.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.hadoop:libthrift:0.5.0
|
下载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>org.apache.hadoop</groupId>
<artifactId>libthrift</artifactId>
<packaging>jar</packaging>
<version>0.5.0</version>
<name>thrift</name>
<url>http://thrift.apache.org/</url>
<description>Thrift is a software framework for scalable cross-language
services development.
</description>
<licenses>
<license>
<name>Apache</name>
</license>
</licenses>
<developers>
<developer>
<id>thrift</id>
<name>Thrift Team</name>
<email>dev@thrift.apache.org</email>
</developer>
</developers>
<build>
<plugins>
<!-- configure java 1.6 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<!-- make a jar with the source code -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- make a jar with the javadoc -->
<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-release-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>
<!-- configure gpg signing -->
<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>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<configuration>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<show>public</show>
</configuration>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<snapshotRepository>
<id>apache.snapshots.https</id>
<name>Apache Nexus Snapshots</name>
<url>https://repository.apache.org/service//content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>apache.releases.https</id>
<name>Apache Release Repository</name>
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<!-- This prevents maven complaining about the encoding -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.apache.hadoop/libthrift/pom.xml
META-INF/maven/org.apache.hadoop/libthrift/pom.properties
|
依赖Jar: |
maven-scm-provider-gitexe-1.3.jar
/org.apache.maven.scm/maven-scm-provider-gitexe/1.3
查看maven-scm-provider-gitexe所有版本文件
|