Download protostuff-json-1.0.8.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/com.dyuproject.protostuff/protostuff-json/pom.properties
META-INF/maven/com.dyuproject.protostuff/protostuff-json/pom.xml
com.dyuproject.protostuff.JsonIOUtil.class
com.dyuproject.protostuff.JsonInput.class
com.dyuproject.protostuff.JsonInputException.class
com.dyuproject.protostuff.JsonOutput.class
com.dyuproject.protostuff.JsonXIOUtil.class
com.dyuproject.protostuff.JsonXOutput.class
com.dyuproject.protostuff.SmileIOUtil.class

Pom

protostuff-json-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-json</artifactId>
  <name>protostuff :: json</name>
  <description>protostuff serialization using json format</description>
  <packaging>jar</packaging>
  
  <build>
    <defaultGoal>install</defaultGoal>
  </build>
  
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-core</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-core</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
      <classifier>tests</classifier>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-collectionschema</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-collectionschema</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
      <classifier>tests</classifier>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-runtime</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
      <classifier>tests</classifier>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-runtime</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-runtime-registry</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
      <classifier>tests</classifier>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-runtime-registry</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-api</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-smile</artifactId>
      <version>${jackson-version}</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>

</project>

POM Entry

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

Download

If you think the following protostuff-json-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-json-1.0.8.jar file




PreviousNext

Related