MVN

net.sf.squirrel-sql : installer

Maven & Gradle

May 06, 2013

Installer Module Pom · The installer module pom lists all of the projects that participate in building the installer.

<dependency>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>installer</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql : installer to add to Maven - Latest Versions:

  • Latest Stable: 3.5.0
  • Latest Release Candidate: 3.3.0-rc1

All Versions

Choose a version of net.sf.squirrel-sql : installer to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
installer-3.5.0
3.4.x
installer-3.4.0
3.3.x
installer-3.3.0
installer-3.3.0-rc1
3.2.x
installer-3.2.2
installer-3.2.1
installer-3.2.0
installer-3.2.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>installer</artifactId>
    <version>3.5.0</version>
</dependency>

Advertisement