s

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.
http://www.squirrelsql.org/
GNU Lesser General Public License
Gerd Wagner Rob Manning
Files download
File Operation
squirrel-root-pom-3.3.0.pom download
Apache Maven
<dependency>
  <groupId>net.sf.squirrel-sql</groupId>
  <artifactId>squirrel-root-pom</artifactId>
  <version>3.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.squirrel-sql:squirrel-root-pom:3.3.0'
Gradle Kotlin
implementation("net.sf.squirrel-sql:squirrel-root-pom:3.3.0")
Scala SBT
libraryDependencies += "net.sf.squirrel-sql" % "squirrel-root-pom" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.squirrel-sql', module='squirrel-root-pom', version='3.3.0')
)
Apache Ivy
<dependency org="net.sf.squirrel-sql" name="squirrel-root-pom" rev="3.3.0" />
Leiningen
[net.sf.squirrel-sql/squirrel-root-pom "3.3.0"]
Apache Buildr
'net.sf.squirrel-sql:squirrel-root-pom:jar:3.3.0'