n

nodeDiffDetector

Detects the difference between two commits of a software by parsing the code
https://github.com/DaGeRe/nodeDiffDetector/
MIT License GNU Affero General Public License
David Georg Reichelt
Files download
File Operation
nodeDiffDetector-0.0.1.jar download
nodeDiffDetector-0.0.1.pom download
nodeDiffDetector-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.dagere</groupId>
  <artifactId>nodeDiffDetector</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'de.dagere:nodeDiffDetector:0.0.1'
Gradle Kotlin
implementation("de.dagere:nodeDiffDetector:0.0.1")
Scala SBT
libraryDependencies += "de.dagere" % "nodeDiffDetector" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.dagere', module='nodeDiffDetector', version='0.0.1')
)
Apache Ivy
<dependency org="de.dagere" name="nodeDiffDetector" rev="0.0.1" />
Leiningen
[de.dagere/nodeDiffDetector "0.0.1"]
Apache Buildr
'de.dagere:nodeDiffDetector:jar:0.0.1'