| Категории |
КатегорииUnity Прикладные библиотеки Game Development |
|---|---|
| Группа | Группаio.github.atlascommunity |
| Идентификатор | Идентификаторparent |
| Версия | Версия2.1.8 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| parent-2.1.8.pom | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.atlascommunity/parent/ -->
<dependency>
<groupId>io.github.atlascommunity</groupId>
<artifactId>parent</artifactId>
<version>2.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.atlascommunity/parent/
implementation 'io.github.atlascommunity:parent:2.1.8'
// https://jarcasting.com/artifacts/io.github.atlascommunity/parent/
implementation ("io.github.atlascommunity:parent:2.1.8")
'io.github.atlascommunity:parent:pom:2.1.8'
<dependency org="io.github.atlascommunity" name="parent" rev="2.1.8">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.atlascommunity', module='parent', version='2.1.8')
)
libraryDependencies += "io.github.atlascommunity" % "parent" % "2.1.8"
[io.github.atlascommunity/parent "2.1.8"]