| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.basher |
| Идентификатор | Идентификаторbasher-root-pom |
| Последняя версия | Последняя версия1.0.10 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеBasher Project
Root POM defining common settings for Basher projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| basher-root-pom-1.0.10.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.basher/basher-root-pom/ -->
<dependency>
<groupId>net.sourceforge.basher</groupId>
<artifactId>basher-root-pom</artifactId>
<version>1.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.basher/basher-root-pom/
implementation 'net.sourceforge.basher:basher-root-pom:1.0.10'
// https://jarcasting.com/artifacts/net.sourceforge.basher/basher-root-pom/
implementation ("net.sourceforge.basher:basher-root-pom:1.0.10")
'net.sourceforge.basher:basher-root-pom:pom:1.0.10'
<dependency org="net.sourceforge.basher" name="basher-root-pom" rev="1.0.10">
<artifact name="basher-root-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.basher', module='basher-root-pom', version='1.0.10')
)
libraryDependencies += "net.sourceforge.basher" % "basher-root-pom" % "1.0.10"
[net.sourceforge.basher/basher-root-pom "1.0.10"]