r

refactoring-extractor

An automated refactoring detection algorithm
https://github.com/lyoubo/ReExtractor
Apache License, Version 2.0
lyoubo
Files download
File Operation
refactoring-extractor-2.2.30.jar download
refactoring-extractor-2.2.30.pom download
refactoring-extractor-2.2.30-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.lyoubo</groupId>
  <artifactId>refactoring-extractor</artifactId>
  <version>2.2.30</version>
</dependency>
Gradle Groovy
implementation 'io.github.lyoubo:refactoring-extractor:2.2.30'
Gradle Kotlin
implementation("io.github.lyoubo:refactoring-extractor:2.2.30")
Scala SBT
libraryDependencies += "io.github.lyoubo" % "refactoring-extractor" % "2.2.30"
Groovy Grape
@Grapes(
  @Grab(group='io.github.lyoubo', module='refactoring-extractor', version='2.2.30')
)
Apache Ivy
<dependency org="io.github.lyoubo" name="refactoring-extractor" rev="2.2.30" />
Leiningen
[io.github.lyoubo/refactoring-extractor "2.2.30"]
Apache Buildr
'io.github.lyoubo:refactoring-extractor:jar:2.2.30'