Download gson-xml-java-0.1.7.jar file

Introduction

You can download gson-xml-java-0.1.7.jar in this page.

License

The Apache Software License, Version 2.0

Type List

gson-xml-java-0.1.7.jar file has the following types.

META-INF/MANIFEST.MF
com.stanfy.gsonxml.GsonXml.class
com.stanfy.gsonxml.GsonXmlBuilder.class
com.stanfy.gsonxml.Stack.class
com.stanfy.gsonxml.XmlParserCreator.class
com.stanfy.gsonxml.XmlReader.class

Pom

gson-xml-java-0.1.7.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.stanfy</groupId>
  <artifactId>gson-xml-java</artifactId>
  <version>0.1.7</version>
  <name>Gson Xml</name>
  <description>Java library for XML deserialization</description>
  <url>https://github.com/stanfy/gson-xml</url>
  <inceptionYear>2013</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rmazur</id>
      <name>Roman Mazur</name>
      <email>rmazur@stanfy.com.ua</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:stanfy/gson-xml.git</connection>
    <developerConnection>scm:git:git@github.com:stanfy/gson-xml.git</developerConnection>
    <url>https://github.com/stanfy/gson-xml</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.sf.kxml</groupId>
      <artifactId>kxml2</artifactId>
      <version>2.3.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-reflect</artifactId>
      <version>1.4.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>xmlpull</groupId>
      <artifactId>xmlpull</artifactId>
      <version>1.1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-assert-core</artifactId>
      <version>2.0M10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.2.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.stanfy</groupId>
   <artifactId>gson-xml-java</artifactId>
   <version>0.1.7</version>
</dependency>

Download

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



Download gson-xml-java-0.1.7.jar file




PreviousNext

Related