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