quoin / tree-diffing   1.0

BSD 2-clause "Simplified" License GitHub

Scala implementation of the Chawathe/Fluri tree matching/edit script algorithm

Scala versions: 2.11

treediffing 1.0


Group ID:
com.quoininc
Artifact ID:
treediffing_2.11
Version:
1.0
Release Date:
Oct 17, 2016
Licenses:
Files:
Full Scala Version:
2.11.8
Developers:

libraryDependencies += "com.quoininc" %% "treediffing" % "1.0"

Mill build tool

ivy"com.quoininc::treediffing:1.0"

Scala CLI

//> using dep "com.quoininc::treediffing:1.0"

Ammonite REPL

import $ivy.`com.quoininc::treediffing:1.0`

<dependency>
  <groupId>com.quoininc</groupId>
  <artifactId>treediffing_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.quoininc', name: 'treediffing_2.11', version: '1.0'