MVN

net.sf.squirrel-sql : squirrel-root-pom

Maven & Gradle

May 06, 2013

SQuirreL Root POM · The top-most POM file for building the SQuirreL SQL Client. If a profile is defined that is called "installer", the build will also include building projects that produce the installer and the installer itself.

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

Latest Version

Choose a version of net.sf.squirrel-sql : squirrel-root-pom 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 : squirrel-root-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
squirrel-root-pom-3.5.0
3.4.x
squirrel-root-pom-3.4.0
3.3.x
squirrel-root-pom-3.3.0
squirrel-root-pom-3.3.0-rc1
3.2.x
squirrel-root-pom-3.2.2
squirrel-root-pom-3.2.1
squirrel-root-pom-3.2.0
squirrel-root-pom-3.2.0-RC1
3.0.x
squirrel-root-pom-3.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement