GroupId | GroupIdcom.badlogicgames.gdx |
---|---|
ArtifactId | ArtifactIdgdx-backend-headless |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
gdx-backend-headless-1.1.0.pom | |
gdx-backend-headless-1.1.0.jar | 22 KB |
gdx-backend-headless-1.1.0-sources.jar | 16 KB |
gdx-backend-headless-1.1.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-backend-headless/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-headless</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-backend-headless/
implementation 'com.badlogicgames.gdx:gdx-backend-headless:1.1.0'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-backend-headless/
implementation ("com.badlogicgames.gdx:gdx-backend-headless:1.1.0")
'com.badlogicgames.gdx:gdx-backend-headless:jar:1.1.0'
<dependency org="com.badlogicgames.gdx" name="gdx-backend-headless" rev="1.1.0">
<artifact name="gdx-backend-headless" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-backend-headless', version='1.1.0')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-backend-headless" % "1.1.0"
[com.badlogicgames.gdx/gdx-backend-headless "1.1.0"]