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