Download protostuff-core-1.4.4.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/io.protostuff/protostuff-core/pom.properties
META-INF/maven/io.protostuff/protostuff-core/pom.xml
io.protostuff.ByteArrayInput.class
io.protostuff.ByteBufferInput.class
io.protostuff.CodedInput.class
io.protostuff.GraphByteArrayInput.class
io.protostuff.GraphCodedInput.class
io.protostuff.GraphIOUtil.class
io.protostuff.GraphProtostuffOutput.class
io.protostuff.IOUtil.class
io.protostuff.LimitedInputStream.class
io.protostuff.LinkBuffer.class
io.protostuff.LowCopyProtobufOutput.class
io.protostuff.LowCopyProtostuffOutput.class
io.protostuff.ProtobufException.class
io.protostuff.ProtobufIOUtil.class
io.protostuff.ProtobufOutput.class
io.protostuff.ProtostuffIOUtil.class
io.protostuff.ProtostuffOutput.class

Pom

protostuff-core-1.4.4.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>io.protostuff</groupId>
    <version>1.4.4</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>protostuff-core</artifactId>
  <name>protostuff :: core</name>
  <description>protobuf serialization for mutable messages</description>


  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.protostuff</groupId>
      <artifactId>protostuff-api</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>io.protostuff</groupId>
   <artifactId>protostuff-core</artifactId>
   <version>1.4.4</version>
</dependency>

Download

If you think the following protostuff-core-1.4.4.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.4.4.jar file




PreviousNext

Related