| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGetdown Компиляция и сборка Distribution |
| Группа | Группаcom.threerings.getdown |
| Идентификатор | Идентификаторgetdown |
| Последняя версия | Последняя версия1.8.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеgetdown
An application installer and updater.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| getdown-1.8.7.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.threerings.getdown/getdown/ -->
<dependency>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threerings.getdown/getdown/
implementation 'com.threerings.getdown:getdown:1.8.7'
// https://jarcasting.com/artifacts/com.threerings.getdown/getdown/
implementation ("com.threerings.getdown:getdown:1.8.7")
'com.threerings.getdown:getdown:pom:1.8.7'
<dependency org="com.threerings.getdown" name="getdown" rev="1.8.7">
<artifact name="getdown" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threerings.getdown', module='getdown', version='1.8.7')
)
libraryDependencies += "com.threerings.getdown" % "getdown" % "1.8.7"
[com.threerings.getdown/getdown "1.8.7"]