r

refactoring

Refactoring Plugin
http://www.squirrelsql.org/
GNU Lesser General Public License
Gerd Wagner Rob Manning
Files download
File Operation
refactoring-3.3.0.jar download
refactoring-3.3.0.pom download
refactoring-3.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.squirrel-sql.plugins</groupId>
  <artifactId>refactoring</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.squirrel-sql.plugins:refactoring:3.3.0'
Gradle Kotlin
implementation("net.sf.squirrel-sql.plugins:refactoring:3.3.0")
Scala SBT
libraryDependencies += "net.sf.squirrel-sql.plugins" % "refactoring" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.squirrel-sql.plugins', module='refactoring', version='3.3.0')
)
Apache Ivy
<dependency org="net.sf.squirrel-sql.plugins" name="refactoring" rev="3.3.0" />
Leiningen
[net.sf.squirrel-sql.plugins/refactoring "3.3.0"]
Apache Buildr
'net.sf.squirrel-sql.plugins:refactoring:jar:3.3.0'