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