Download core-2.0.0.jar file

Introduction

You can download core-2.0.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

core-2.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.gumtreediff/core/pom.properties
META-INF/maven/com.github.gumtreediff/core/pom.xml
com.github.gumtreediff.actions.ActionGenerator.class
com.github.gumtreediff.actions.LeavesClassifier.class
com.github.gumtreediff.actions.RootAndLeavesClassifier.class
com.github.gumtreediff.actions.RootsClassifier.class
com.github.gumtreediff.actions.TreeClassifier.class
com.github.gumtreediff.actions.model.Action.class
com.github.gumtreediff.actions.model.Addition.class
com.github.gumtreediff.actions.model.Delete.class
com.github.gumtreediff.actions.model.Insert.class
com.github.gumtreediff.actions.model.Move.class
com.github.gumtreediff.actions.model.Update.class
com.github.gumtreediff.algo.HungarianAlgorithm.class
com.github.gumtreediff.algo.StringAlgorithms.class
com.github.gumtreediff.gen.Generators.class
com.github.gumtreediff.gen.Register.class
com.github.gumtreediff.gen.Registry.class
com.github.gumtreediff.gen.TreeGenerator.class
com.github.gumtreediff.io.ActionsIoUtils.class
com.github.gumtreediff.io.DirectoryComparator.class
com.github.gumtreediff.io.Indentation.class
com.github.gumtreediff.io.IndentingXMLStreamWriter.class
com.github.gumtreediff.io.LineReader.class
com.github.gumtreediff.io.MatrixDebugger.class
com.github.gumtreediff.io.StreamWriterDelegate.class
com.github.gumtreediff.io.TreeIoUtils.class
com.github.gumtreediff.matchers.CompositeMatcher.class
com.github.gumtreediff.matchers.CompositeMatchers.class
com.github.gumtreediff.matchers.Mapping.class
com.github.gumtreediff.matchers.MappingStore.class
com.github.gumtreediff.matchers.Matcher.class
com.github.gumtreediff.matchers.Matchers.class
com.github.gumtreediff.matchers.MultiMappingStore.class
com.github.gumtreediff.matchers.Register.class
com.github.gumtreediff.matchers.heuristic.LcsMatcher.class
com.github.gumtreediff.matchers.heuristic.XyBottomUpMatcher.class
com.github.gumtreediff.matchers.heuristic.cd.ChangeDistillerBottomUpMatcher.class
com.github.gumtreediff.matchers.heuristic.cd.ChangeDistillerLeavesMatcher.class
com.github.gumtreediff.matchers.heuristic.gt.CliqueSubtreeMatcher.class
com.github.gumtreediff.matchers.heuristic.gt.CompleteBottomUpMatcher.class
com.github.gumtreediff.matchers.heuristic.gt.FirstMatchBottomUpMatcher.class
com.github.gumtreediff.matchers.heuristic.gt.GreedyBottomUpMatcher.class
com.github.gumtreediff.matchers.heuristic.gt.GreedySubtreeMatcher.class
com.github.gumtreediff.matchers.heuristic.gt.HungarianSubtreeMatcher.class
com.github.gumtreediff.matchers.heuristic.gt.SubtreeMatcher.class
com.github.gumtreediff.matchers.optimal.rted.InfoTree.class
com.github.gumtreediff.matchers.optimal.rted.LabelDictionary.class
com.github.gumtreediff.matchers.optimal.rted.RtedAlgorithm.class
com.github.gumtreediff.matchers.optimal.rted.RtedMatcher.class
com.github.gumtreediff.matchers.optimal.zs.ZsMatcher.class
com.github.gumtreediff.tree.AbstractTree.class
com.github.gumtreediff.tree.AssociationMap.class
com.github.gumtreediff.tree.ITree.class
com.github.gumtreediff.tree.IterableEnumeration.class
com.github.gumtreediff.tree.Pair.class
com.github.gumtreediff.tree.Tree.class
com.github.gumtreediff.tree.TreeContext.class
com.github.gumtreediff.tree.TreeMap.class
com.github.gumtreediff.tree.TreeUtils.class
com.github.gumtreediff.tree.hash.HashGenerator.class
com.github.gumtreediff.tree.hash.HashUtils.class
com.github.gumtreediff.tree.hash.RollingHashGenerator.class
com.github.gumtreediff.tree.hash.StaticHashGenerator.class

Pom

core-2.0.0.pom file content.

<!--
    This file is part of GumTree.

    GumTree is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    GumTree is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with GumTree.  If not, see <http://www.gnu.org/licenses/>.

    Copyright 2011-2015 Jean-R?my Falleri <jr.falleri@gmail.com>
    Copyright 2011-2015 Flor?al Morandat <florealm@gmail.com>
-->
<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>
		<artifactId>gumtree</artifactId>
		<groupId>com.github.gumtreediff</groupId>
		<version>2.0.0</version>
	</parent>
	<artifactId>core</artifactId>
	<name>GumTree Core Module</name>
	<dependencies>
		<dependency>
			<groupId>com.github.mpkorstanje</groupId>
			<artifactId>simmetrics-core</artifactId>
			<version>3.0.3</version>
		</dependency>
		<dependency>
			<groupId>net.sf.trove4j</groupId>
			<artifactId>trove4j</artifactId>
			<version>3.0.3</version>
		</dependency>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>2.3</version>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.capitalone.dashboard</groupId>
   <artifactId>core</artifactId>
   <version>2.0.0</version>
</dependency>

Download

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



Download core-2.0.0.jar file




PreviousNext

Related