MVN

com.github.tmatek : zhang-shasha-java

Maven & Gradle

Jan 20, 2017
3 stars

A Java implementation of Zhang-Shasha algorithm for ordered tree distance calculation. Calculates a series of transformations required to transform one tree into another. Every transformation has an associated cost. The sum of costs of all transformations is minimal - the tree distance.

<dependency>
    <groupId>com.github.tmatek</groupId>
    <artifactId>zhang-shasha-java</artifactId>
    <version>1.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tmatek : zhang-shasha-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.01

All Versions

Choose a version of com.github.tmatek : zhang-shasha-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.01
zhang-shasha-java-1.01
1.0
zhang-shasha-java-1.0

How to add a dependency to Maven

Add the following com.github.tmatek : zhang-shasha-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tmatek</groupId>
    <artifactId>zhang-shasha-java</artifactId>
    <version>1.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tmatek : zhang-shasha-java gradle dependency to your build.gradle file:

implementation 'com.github.tmatek:zhang-shasha-java:1.01'

Gradle Kotlin DSL: Add the following com.github.tmatek : zhang-shasha-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tmatek:zhang-shasha-java:1.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tmatek : zhang-shasha-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tmatek" % "zhang-shasha-java" % "1.01"

Advertisement

Dependencies from Group

Jan 20, 2017
3 stars

Discover Dependencies

May 02, 2017
0 stars
Sep 22, 2016
4 stars
Sep 11, 2021
2 usages
5 stars
May 27, 2019
4 usages
108 stars
May 27, 2019
108 stars
Sep 29, 2021
5 usages
May 01, 2019
38 stars
Sep 30, 2016
3 stars