Download jboss-marshalling-serial-2.0.0.beta2.jar file

Introduction

You can download jboss-marshalling-serial-2.0.0.beta2.jar in this page.

License

Open Source License

Type List

jboss-marshalling-serial-2.0.0.beta2.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.jboss.marshalling/jboss-marshalling-serial/pom.properties
META-INF/maven/org.jboss.marshalling/jboss-marshalling-serial/pom.xml
META-INF/services/org.jboss.marshalling.ProviderDescriptor
org.jboss.marshalling.serial.BlockMarshaller.class
org.jboss.marshalling.serial.BlockUnmarshaller.class
org.jboss.marshalling.serial.Descriptor.class
org.jboss.marshalling.serial.ExtendedObjectStreamConstants.class
org.jboss.marshalling.serial.ExternalizedObject.class
org.jboss.marshalling.serial.NoDataDescriptor.class
org.jboss.marshalling.serial.PlainDescriptor.class
org.jboss.marshalling.serial.ProxyDescriptor.class
org.jboss.marshalling.serial.Serial.class
org.jboss.marshalling.serial.SerialMarshaller.class
org.jboss.marshalling.serial.SerialMarshallerFactory.class
org.jboss.marshalling.serial.SerialObjectInputStream.class
org.jboss.marshalling.serial.SerialObjectOutputStream.class
org.jboss.marshalling.serial.SerialProviderDescriptor.class
org.jboss.marshalling.serial.SerialUnmarshaller.class
org.jboss.marshalling.serial.UnknownDescriptor.class

Pom

jboss-marshalling-serial-2.0.0.beta2.pom file content.

<!--
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright 2014 Red Hat, Inc., and individual contributors
  ~ as indicated by the @author tags.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<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/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <name>JBoss Marshalling Serial</name>
    <description>JBoss Marshalling Serial Implementation</description>
    <artifactId>jboss-marshalling-serial</artifactId>
    <packaging>jar</packaging>

    <parent>
        <groupId>org.jboss.marshalling</groupId>
        <artifactId>jboss-marshalling-parent</artifactId>
        <version>2.0.0.Beta2</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>org.jboss.marshalling</groupId>
            <artifactId>jboss-marshalling</artifactId>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.jboss.marshalling</groupId>
   <artifactId>jboss-marshalling-serial</artifactId>
   <version>2.0.0.beta2</version>
</dependency>

Download

If you think the following jboss-marshalling-serial-2.0.0.beta2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jboss-marshalling-serial-2.0.0.beta2.jar file




PreviousNext

Related