Download org.tinygroup.xstream-1.2.0.jar file

Introduction

You can download org.tinygroup.xstream-1.2.0.jar in this page.

License

Open Source

Type List

org.tinygroup.xstream-1.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.tinygroup/org.tinygroup.xstream/pom.properties
META-INF/maven/org.tinygroup/org.tinygroup.xstream/pom.xml
org.tinygroup.xstream.XStreamFactory.class
org.tinygroup.xstream.config.XStreamAnnotationClass.class
org.tinygroup.xstream.config.XStreamClassAlias.class
org.tinygroup.xstream.config.XStreamClassAliases.class
org.tinygroup.xstream.config.XStreamConfiguration.class
org.tinygroup.xstream.config.XStreamPropertyAlias.class
org.tinygroup.xstream.config.XStreamPropertyImplicit.class
org.tinygroup.xstream.config.XStreamPropertyOmit.class
org.tinygroup.xstream.util.Base64Util.class
xstream.beans.xml
xstream.xsd

Pom

org.tinygroup.xstream-1.2.0.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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.tinygroup</groupId>
    <artifactId>framework</artifactId>
    <version>1.2.0</version>
  </parent>
  <artifactId>org.tinygroup.xstream</artifactId>
  <name>org.tinygroup.xstream</name>
  <url>http://maven.apache.org</url>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.4.3</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.logger</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jettison</groupId>
      <artifactId>jettison</artifactId>
      <version>1.3.3</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.tinygroup</groupId>
   <artifactId>org.tinygroup.xstream</artifactId>
   <version>1.2.0</version>
</dependency>

Download

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



Download org.tinygroup.xstream-1.2.0.jar file




PreviousNext

Related