is not current version
Last Version 3.5.0

net.sf.squirrel-sql:plugins 3.2.0-RC1

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!).

Categories

Categories

Net
GroupId

GroupId

net.sf.squirrel-sql
ArtifactId

ArtifactId

plugins
Version

Version

3.2.0-RC1
Type

Type

pom

Download plugins 3.2.0-RC1

Filename Size
plugins-3.2.0-RC1.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql/plugins/ -->
<dependency>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>plugins</artifactId>
    <version>3.2.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/plugins/
implementation 'net.sf.squirrel-sql:plugins:3.2.0-RC1'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/plugins/
implementation ("net.sf.squirrel-sql:plugins:3.2.0-RC1")
'net.sf.squirrel-sql:plugins:pom:3.2.0-RC1'
<dependency org="net.sf.squirrel-sql" name="plugins" rev="3.2.0-RC1">
  <artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql', module='plugins', version='3.2.0-RC1')
)
libraryDependencies += "net.sf.squirrel-sql" % "plugins" % "3.2.0-RC1"
[net.sf.squirrel-sql/plugins "3.2.0-RC1"]