Download protostuff-core-1.0.8.jar file

Introduction

You can download protostuff-core-1.0.8.jar in this page.

License

Open Source

Type List

protostuff-core-1.0.8.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.dyuproject.protostuff/protostuff-core/pom.properties
META-INF/maven/com.dyuproject.protostuff/protostuff-core/pom.xml
com.dyuproject.protostuff.ByteArrayInput.class
com.dyuproject.protostuff.CodedInput.class
com.dyuproject.protostuff.GraphByteArrayInput.class
com.dyuproject.protostuff.GraphCodedInput.class
com.dyuproject.protostuff.GraphIOUtil.class
com.dyuproject.protostuff.GraphProtostuffOutput.class
com.dyuproject.protostuff.IOUtil.class
com.dyuproject.protostuff.LimitedInputStream.class
com.dyuproject.protostuff.ProtobufException.class
com.dyuproject.protostuff.ProtobufIOUtil.class
com.dyuproject.protostuff.ProtobufOutput.class
com.dyuproject.protostuff.ProtostuffIOUtil.class
com.dyuproject.protostuff.ProtostuffOutput.class

Pom

protostuff-core-1.0.8.pom file content.

<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">
  <parent>
    <artifactId>protostuff</artifactId>
    <groupId>com.dyuproject.protostuff</groupId>
    <version>1.0.8</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff-core</artifactId>
  <name>protostuff :: core</name>
  <description>protobuf serialization for mutable messages</description>
  <packaging>jar</packaging>
  
  <build>
    <defaultGoal>install</defaultGoal>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.3</version>
        <executions>
          <execution>
            <id>test-jar</id>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-api</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
  
</project>

POM Entry

<dependency>
   <groupId>com.dyuproject.protostuff</groupId>
   <artifactId>protostuff-core</artifactId>
   <version>1.0.8</version>
</dependency>

Download

If you think the following protostuff-core-1.0.8.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download protostuff-core-1.0.8.jar file




PreviousNext

Related