组织ID: |
com.google.protobuf |
项目ID: |
protobuf-java |
版本: |
2.0.1 |
最后修改时间: |
2018-08-31 16:38:55 |
包类型: |
jar |
标题: |
Protocol Buffer Java API |
描述: |
Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format.
|
相关URL: |
http://code.google.com/p/protobuf |
大小: |
235.72KB |
|
Maven引入代码: |
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.0.1</version>
</dependency>
|
Gradle引入代码: |
com.google.protobuf:protobuf-java:2.0.1
|
下载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">
<modelVersion>4.0.0</modelVersion>
<!-- remove the reference to the parent until the google repo is synced with central -->
<!--<parent>
<groupId>com.google</groupId>
<artifactId>google</artifactId>
<version>1</version>
</parent>-->
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.0.1</version>
<packaging>jar</packaging>
<name>Protocol Buffer Java API</name>
<description>
Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format.
</description>
<inceptionYear>2008</inceptionYear>
<url>http://code.google.com/p/protobuf</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>
<scm>
<url>http://code.google.com/p/protobuf/source/browse</url>
<connection>
scm:svn:http://protobuf.googlecode.com/svn/trunk/
</connection>
</scm>
<!-- this is temporarily copied from the parent pom. remove this section when that is used -->
<distributionManagement>
<repository>
<id>google-maven-repository</id>
<name>Google Maven Repository</name>
<url>dav:https://google-maven-repository.googlecode.com/svn/repository/</url>
</repository>
<snapshotRepository>
<id>google-maven-snapshot-repository</id>
<name>Google Maven Snapshot Repository</name>
<url>dav:https://google-maven-repository.googlecode.com/svn/snapshot-repository/</url>
<uniqueVersion>true</uniqueVersion>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<mkdir dir="target/generated-sources" />
<exec executable="../src/protoc">
<arg value="--java_out=target/generated-sources" />
<arg value="--proto_path=../src" />
<arg value="../src/google/protobuf/descriptor.proto" />
</exec>
</tasks>
<sourceRoot>target/generated-sources</sourceRoot>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>generate-test-sources</id>
<phase>generate-test-sources</phase>
<configuration>
<tasks>
<mkdir dir="target/generated-test-sources" />
<exec executable="../src/protoc">
<arg value="--java_out=target/generated-test-sources" />
<arg value="--proto_path=../src" />
<arg value="--proto_path=src/test/java" />
<arg value="../src/google/protobuf/unittest.proto" />
<arg value="../src/google/protobuf/unittest_import.proto" />
<arg value="../src/google/protobuf/unittest_mset.proto" />
<arg
value="src/test/java/com/google/protobuf/multiple_files_test.proto" />
<arg
value="../src/google/protobuf/unittest_optimize_for.proto" />
</exec>
</tasks>
<testSourceRoot>target/generated-test-sources</testSourceRoot>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.google.protobuf.RpcUtil$1.class
com.google.protobuf.RpcUtil$2.class
com.google.protobuf.RpcUtil$AlreadyCalledException.class
com.google.protobuf.RpcUtil.class
com.google.protobuf.Message$Builder.class
com.google.protobuf.Message.class
com.google.protobuf.RpcCallback.class
com.google.protobuf.Descriptors$FileDescriptor.class
com.google.protobuf.Descriptors$Descriptor.class
com.google.protobuf.Descriptors$FieldDescriptor$Type.class
com.google.protobuf.Descriptors$FieldDescriptor$JavaType.class
com.google.protobuf.Descriptors$FieldDescriptor.class
com.google.protobuf.Descriptors$EnumDescriptor.class
com.google.protobuf.Descriptors$EnumValueDescriptor.class
com.google.protobuf.Descriptors$ServiceDescriptor.class
com.google.protobuf.Descriptors$MethodDescriptor.class
com.google.protobuf.Descriptors$GenericDescriptor.class
com.google.protobuf.Descriptors$DescriptorValidationException.class
com.google.protobuf.Descriptors$DescriptorPool$PackageDescriptor.class
com.google.protobuf.Descriptors$DescriptorPool$DescriptorIntPair.class
com.google.protobuf.Descriptors$DescriptorPool.class
com.google.protobuf.Descriptors$1.class
com.google.protobuf.Descriptors.class
com.google.protobuf.UnknownFieldSet$Builder.class
com.google.protobuf.UnknownFieldSet$Field$Builder.class
com.google.protobuf.UnknownFieldSet$Field.class
com.google.protobuf.UnknownFieldSet$1.class
com.google.protobuf.UnknownFieldSet.class
com.google.protobuf.CodedOutputStream$OutOfSpaceException.class
com.google.protobuf.CodedOutputStream$1.class
com.google.protobuf.CodedOutputStream.class
com.google.protobuf.ByteString$Output.class
com.google.protobuf.ByteString$CodedBuilder.class
com.google.protobuf.ByteString$1.class
com.google.protobuf.ByteString.class
com.google.protobuf.AbstractMessage$Builder.class
com.google.protobuf.AbstractMessage.class
com.google.protobuf.CodedInputStream$1.class
com.google.protobuf.CodedInputStream.class
com.google.protobuf.InvalidProtocolBufferException.class
com.google.protobuf.ExtensionRegistry$ExtensionInfo.class
com.google.protobuf.ExtensionRegistry$DescriptorIntPair.class
com.google.protobuf.ExtensionRegistry$1.class
com.google.protobuf.ExtensionRegistry.class
com.google.protobuf.FieldSet$1.class
com.google.protobuf.FieldSet.class
com.google.protobuf.RpcChannel.class
com.google.protobuf.RpcController.class
com.google.protobuf.WireFormat$1.class
com.google.protobuf.WireFormat.class
com.google.protobuf.DynamicMessage$Builder.class
com.google.protobuf.DynamicMessage$1.class
com.google.protobuf.DynamicMessage.class
com.google.protobuf.UninitializedMessageException.class
com.google.protobuf.Service.class
com.google.protobuf.TextFormat$TextGenerator.class
com.google.protobuf.TextFormat$Tokenizer.class
com.google.protobuf.TextFormat$ParseException.class
com.google.protobuf.TextFormat$InvalidEscapeSequence.class
com.google.protobuf.TextFormat$1.class
com.google.protobuf.TextFormat.class
com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder.class
com.google.protobuf.DescriptorProtos$FileDescriptorSet.class
com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder.class
com.google.protobuf.DescriptorProtos$FileDescriptorProto.class
com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder.class
com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange.class
com.google.protobuf.DescriptorProtos$DescriptorProto$Builder.class
com.google.protobuf.DescriptorProtos$DescriptorProto.class
com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type.class
com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label.class
com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder.class
com.google.protobuf.DescriptorProtos$FieldDescriptorProto.class
com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder.class
com.google.protobuf.DescriptorProtos$EnumDescriptorProto.class
com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder.class
com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.class
com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder.class
com.google.protobuf.DescriptorProtos$ServiceDescriptorProto.class
com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder.class
com.google.protobuf.DescriptorProtos$MethodDescriptorProto.class
com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode.class
com.google.protobuf.DescriptorProtos$FileOptions$Builder.class
com.google.protobuf.DescriptorProtos$FileOptions.class
com.google.protobuf.DescriptorProtos$MessageOptions$Builder.class
com.google.protobuf.DescriptorProtos$MessageOptions.class
com.google.protobuf.DescriptorProtos$FieldOptions$CType.class
com.google.protobuf.DescriptorProtos$FieldOptions$Builder.class
com.google.protobuf.DescriptorProtos$FieldOptions.class
com.google.protobuf.DescriptorProtos$EnumOptions$Builder.class
com.google.protobuf.DescriptorProtos$EnumOptions.class
com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder.class
com.google.protobuf.DescriptorProtos$EnumValueOptions.class
com.google.protobuf.DescriptorProtos$ServiceOptions$Builder.class
com.google.protobuf.DescriptorProtos$ServiceOptions.class
com.google.protobuf.DescriptorProtos$MethodOptions$Builder.class
com.google.protobuf.DescriptorProtos$MethodOptions.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.4.jar
/junit/junit/4.4
查看junit所有版本文件
easymock-2.2.jar
/org.easymock/easymock/2.2
查看easymock所有版本文件
easymockclassextension-2.2.1.jar
/org.easymock/easymockclassextension/2.2.1
查看easymockclassextension所有版本文件
|