| License | License | 
|---|---|
| Categories | CategoriesJava Languages | 
| GroupId | GroupIdcom.github.tmatek | 
| ArtifactId | ArtifactIdzhang-shasha-java | 
| Last Version | Last Version1.01 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.github.tmatek:zhang-shasha-java 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. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| zhang-shasha-java-1.01.pom | |
| zhang-shasha-java-1.01.jar | 17 KB | 
| zhang-shasha-java-1.01-sources.jar | 11 KB | 
| zhang-shasha-java-1.01-javadoc.jar | 51 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/ -->
<dependency>
    <groupId>com.github.tmatek</groupId>
    <artifactId>zhang-shasha-java</artifactId>
    <version>1.01</version>
</dependency>// https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/
implementation 'com.github.tmatek:zhang-shasha-java:1.01'// https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/
implementation ("com.github.tmatek:zhang-shasha-java:1.01")'com.github.tmatek:zhang-shasha-java:jar:1.01'<dependency org="com.github.tmatek" name="zhang-shasha-java" rev="1.01">
  <artifact name="zhang-shasha-java" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.tmatek', module='zhang-shasha-java', version='1.01')
)libraryDependencies += "com.github.tmatek" % "zhang-shasha-java" % "1.01"[com.github.tmatek/zhang-shasha-java "1.01"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |