| Группа | Группаorg.reddwarfserver |
|---|---|
| Идентификатор | Идентификаторsgs |
| Последняя версия | Последняя версия17 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеRedDwarf Master POM
This is the super POM inherited by all sgs modules
It defines settings common to all projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| sgs-17.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.reddwarfserver/sgs/ -->
<dependency>
<groupId>org.reddwarfserver</groupId>
<artifactId>sgs</artifactId>
<version>17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reddwarfserver/sgs/
implementation 'org.reddwarfserver:sgs:17'
// https://jarcasting.com/artifacts/org.reddwarfserver/sgs/
implementation ("org.reddwarfserver:sgs:17")
'org.reddwarfserver:sgs:pom:17'
<dependency org="org.reddwarfserver" name="sgs" rev="17">
<artifact name="sgs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reddwarfserver', module='sgs', version='17')
)
libraryDependencies += "org.reddwarfserver" % "sgs" % "17"
[org.reddwarfserver/sgs "17"]