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