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
文件下载
文件名 操作
squirrel-root-pom-3.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.squirrel-sql</groupId>
  <artifactId>squirrel-root-pom</artifactId>
  <version>3.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.squirrel-sql:squirrel-root-pom:3.2.0'
Gradle Kotlin
implementation("net.sf.squirrel-sql:squirrel-root-pom:3.2.0")
Scala SBT
libraryDependencies += "net.sf.squirrel-sql" % "squirrel-root-pom" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.squirrel-sql', module='squirrel-root-pom', version='3.2.0')
)
Apache Ivy
<dependency org="net.sf.squirrel-sql" name="squirrel-root-pom" rev="3.2.0" />
Leiningen
[net.sf.squirrel-sql/squirrel-root-pom "3.2.0"]
Apache Buildr
'net.sf.squirrel-sql:squirrel-root-pom:jar:3.2.0'