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