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