| Категории |
КатегорииMaven Компиляция и сборка Сеть |
|---|---|
| Группа | Группаnet.sf.squirrel-sql |
| Идентификатор | Идентификаторmaven-plugin-workspace |
| Версия | Версия1.0.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| maven-plugin-workspace-1.0.4.pom | 4 KB |
| Обзор |
<!-- 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.4</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.4'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/maven-plugin-workspace/
implementation ("net.sf.squirrel-sql:maven-plugin-workspace:1.0.4")
'net.sf.squirrel-sql:maven-plugin-workspace:pom:1.0.4'
<dependency org="net.sf.squirrel-sql" name="maven-plugin-workspace" rev="1.0.4">
<artifact name="maven-plugin-workspace" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql', module='maven-plugin-workspace', version='1.0.4')
)
libraryDependencies += "net.sf.squirrel-sql" % "maven-plugin-workspace" % "1.0.4"
[net.sf.squirrel-sql/maven-plugin-workspace "1.0.4"]