| Группа | Группаcom.greedygame.sdkx |
|---|---|
| Идентификатор | Идентификаторcommons |
| Версия | Версияv-dev |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| commons-v-dev.pom | |
| commons-v-dev-sources.jar | 94 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/ -->
<dependency>
<groupId>com.greedygame.sdkx</groupId>
<artifactId>commons</artifactId>
<version>v-dev</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/
implementation 'com.greedygame.sdkx:commons:v-dev'
// https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/
implementation ("com.greedygame.sdkx:commons:v-dev")
'com.greedygame.sdkx:commons:aar:v-dev'
<dependency org="com.greedygame.sdkx" name="commons" rev="v-dev">
<artifact name="commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.greedygame.sdkx', module='commons', version='v-dev')
)
libraryDependencies += "com.greedygame.sdkx" % "commons" % "v-dev"
[com.greedygame.sdkx/commons "v-dev"]