License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.squirrel-sql |
ArtifactId | ArtifactIdplugins |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPlugin Modules POM file
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!).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
plugins-3.5.0.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.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/plugins/
implementation 'net.sf.squirrel-sql:plugins:3.5.0'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/plugins/
implementation ("net.sf.squirrel-sql:plugins:3.5.0")
'net.sf.squirrel-sql:plugins:pom:3.5.0'
<dependency org="net.sf.squirrel-sql" name="plugins" rev="3.5.0">
<artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql', module='plugins', version='3.5.0')
)
libraryDependencies += "net.sf.squirrel-sql" % "plugins" % "3.5.0"
[net.sf.squirrel-sql/plugins "3.5.0"]