| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.badlogicgames.gdx |
| Идентификатор | Идентификаторgdx-platform |
| Версия | Версия1.6.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gdx-platform-1.6.5.pom | |
| gdx-platform-1.6.5.jar | 2 KB |
| gdx-platform-1.6.5-natives-x86.jar | 92 KB |
| gdx-platform-1.6.5-natives-ios.jar | 2 MB |
| gdx-platform-1.6.5-natives-desktop.jar | 825 KB |
| gdx-platform-1.6.5-natives-armeabi.jar | 113 KB |
| gdx-platform-1.6.5-natives-armeabi-v7a.jar | 103 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-platform/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-platform</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-platform/
implementation 'com.badlogicgames.gdx:gdx-platform:1.6.5'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-platform/
implementation ("com.badlogicgames.gdx:gdx-platform:1.6.5")
'com.badlogicgames.gdx:gdx-platform:jar:1.6.5'
<dependency org="com.badlogicgames.gdx" name="gdx-platform" rev="1.6.5">
<artifact name="gdx-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-platform', version='1.6.5')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-platform" % "1.6.5"
[com.badlogicgames.gdx/gdx-platform "1.6.5"]