Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnet.sf.squirrel-sql |
ArtifactId | ArtifactIdmaven-plugin-workspace |
Version | Version1.0.8 |
Type | Typepom |
Filename | Size |
---|---|
maven-plugin-workspace-1.0.8.pom | 4 KB |
Browse |
<!-- 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.8</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.8'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/maven-plugin-workspace/
implementation ("net.sf.squirrel-sql:maven-plugin-workspace:1.0.8")
'net.sf.squirrel-sql:maven-plugin-workspace:pom:1.0.8'
<dependency org="net.sf.squirrel-sql" name="maven-plugin-workspace" rev="1.0.8">
<artifact name="maven-plugin-workspace" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql', module='maven-plugin-workspace', version='1.0.8')
)
libraryDependencies += "net.sf.squirrel-sql" % "maven-plugin-workspace" % "1.0.8"
[net.sf.squirrel-sql/maven-plugin-workspace "1.0.8"]