p

plugins

This POM lists all of the plugin modules. It is important to take the following steps when adding a new plugin: 1. This pom's modules section gets a new module whose name matches the directory in which the new plugin is installed. 2. The new module has a pom which lists the squirrelsql-plugins-parent-pom as it's parent (not this pom!).
http://www.squirrelsql.org/
GNU Lesser General Public License
Gerd Wagner Rob Manning
Files download
File Operation
plugins-3.5.0.pom download
Apache Maven
<dependency>
  <groupId>net.sf.squirrel-sql</groupId>
  <artifactId>plugins</artifactId>
  <version>3.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.squirrel-sql:plugins:3.5.0'
Gradle Kotlin
implementation("net.sf.squirrel-sql:plugins:3.5.0")
Scala SBT
libraryDependencies += "net.sf.squirrel-sql" % "plugins" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.squirrel-sql', module='plugins', version='3.5.0')
)
Apache Ivy
<dependency org="net.sf.squirrel-sql" name="plugins" rev="3.5.0" />
Leiningen
[net.sf.squirrel-sql/plugins "3.5.0"]
Apache Buildr
'net.sf.squirrel-sql:plugins:jar:3.5.0'