Download protostuff-runtime-1.0.12.jar file

Introduction

You can download protostuff-runtime-1.0.12.jar in this page.

License

Open Source

Type List

protostuff-runtime-1.0.12.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.dyuproject.protostuff/protostuff-runtime/pom.properties
META-INF/maven/com.dyuproject.protostuff/protostuff-runtime/pom.xml
com.dyuproject.protostuff.runtime.Accessor.class
com.dyuproject.protostuff.runtime.ArraySchema.class
com.dyuproject.protostuff.runtime.ClassSchema.class
com.dyuproject.protostuff.runtime.DefaultIdStrategy.class
com.dyuproject.protostuff.runtime.Delegate.class
com.dyuproject.protostuff.runtime.DerivativeSchema.class
com.dyuproject.protostuff.runtime.EnumIO.class
com.dyuproject.protostuff.runtime.HasSchema.class
com.dyuproject.protostuff.runtime.IdStrategy.class
com.dyuproject.protostuff.runtime.MappedSchema.class
com.dyuproject.protostuff.runtime.NumberSchema.class
com.dyuproject.protostuff.runtime.ObjectSchema.class
com.dyuproject.protostuff.runtime.OnDemandSunReflectionFactory.class
com.dyuproject.protostuff.runtime.PolymorphicCollectionSchema.class
com.dyuproject.protostuff.runtime.PolymorphicEnumSchema.class
com.dyuproject.protostuff.runtime.PolymorphicMapSchema.class
com.dyuproject.protostuff.runtime.PolymorphicSchema.class
com.dyuproject.protostuff.runtime.PolymorphicSchemaFactories.class
com.dyuproject.protostuff.runtime.PolymorphicThrowableSchema.class
com.dyuproject.protostuff.runtime.ReflectAccessor.class
com.dyuproject.protostuff.runtime.RuntimeCollectionField.class
com.dyuproject.protostuff.runtime.RuntimeCollectionFieldFactory.class
com.dyuproject.protostuff.runtime.RuntimeDerivativeField.class
com.dyuproject.protostuff.runtime.RuntimeEnv.class
com.dyuproject.protostuff.runtime.RuntimeFieldFactory.class
com.dyuproject.protostuff.runtime.RuntimeMapField.class
com.dyuproject.protostuff.runtime.RuntimeMapFieldFactory.class
com.dyuproject.protostuff.runtime.RuntimeMessageField.class
com.dyuproject.protostuff.runtime.RuntimeObjectField.class
com.dyuproject.protostuff.runtime.RuntimePipeSchema.class
com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory.class
com.dyuproject.protostuff.runtime.RuntimeRepeatedFieldFactory.class
com.dyuproject.protostuff.runtime.RuntimeSchema.class
com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory.class
com.dyuproject.protostuff.runtime.UnsafeAccessor.class

Pom

protostuff-runtime-1.0.12.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.12</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff-runtime</artifactId>
  <name>protostuff :: runtime</name>
  <description>protobuf serialization for pre-existing objects</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-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-api</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-collectionschema</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
  
</project>

POM Entry

<dependency>
   <groupId>com.dyuproject.protostuff</groupId>
   <artifactId>protostuff-runtime</artifactId>
   <version>1.0.12</version>
</dependency>

Download

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



Download protostuff-runtime-1.0.12.jar file




PreviousNext

Related