is not current version
Last Version 1.0.9

net.sf.squirrel-sql:maven-plugin-workspace 1.0.3

A place to collect and release maven plugins required or building various SQuirreL projects with Maven.

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.sf.squirrel-sql
ArtifactId

ArtifactId

maven-plugin-workspace
Version

Version

1.0.3
Type

Type

pom

Download maven-plugin-workspace 1.0.3


<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql/maven-plugin-workspace/ -->
<dependency>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>maven-plugin-workspace</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/maven-plugin-workspace/
implementation 'net.sf.squirrel-sql:maven-plugin-workspace:1.0.3'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/maven-plugin-workspace/
implementation ("net.sf.squirrel-sql:maven-plugin-workspace:1.0.3")
'net.sf.squirrel-sql:maven-plugin-workspace:pom:1.0.3'
<dependency org="net.sf.squirrel-sql" name="maven-plugin-workspace" rev="1.0.3">
  <artifact name="maven-plugin-workspace" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql', module='maven-plugin-workspace', version='1.0.3')
)
libraryDependencies += "net.sf.squirrel-sql" % "maven-plugin-workspace" % "1.0.3"
[net.sf.squirrel-sql/maven-plugin-workspace "1.0.3"]