# gen.sax

## Overview

### Description

GumTree is a complete framework to deal with source code as trees and compute differences between them.

### Snippets

```xml
<dependency>
    <groupId>com.github.gumtreediff</groupId>
    <artifactId>gen.sax</artifactId>
    <version>2.0.0</version>
</dependency>
```

### Maven POM File

```xml
<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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.github.gumtreediff</groupId>
		<artifactId>gumtree</artifactId>
		<version>2.0.0</version>
	</parent>
	<artifactId>gen.sax</artifactId>
	<packaging>jar</packaging>
	<name>Gumtree XML Tree Generator using SAX</name>
	<dependencies>
		<dependency>
			<groupId>com.github.gumtreediff</groupId>
			<artifactId>core</artifactId>
			<version>2.0.0</version>
		</dependency>
        <dependency>
          <groupId>xerces</groupId>
          <artifactId>xerces</artifactId>
          <version>2.4.0</version>
        </dependency>
	</dependencies>
</project>
```

#### Metadata

- Age: 11 years ago  
- Licenses:  
  - GNU Lesser General Public License v3.0

#### Organization

- [com.github.gumtreediff](https://central.sonatype.com/namespace/com.github.gumtreediff)

#### External Resources

- [Project URL](http://harmony.googlecode.com/gen.sax)  
- [Source Control](https://github.com/GumTreeDiff/gumtree/gen.sax/)

#### Known Contributors

- Floréal Morandat  
- Jean-Rémy Falleri

Sonatype GuideSee vulnerability info [View](https://guide.sonatype.com/component/maven/com.github.gumtreediff:gen.sax/2.0.0)
