g

gdx-freetype-platform

Files download
File Operation
gdx-freetype-platform-1.1.0.jar download
gdx-freetype-platform-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.badlogicgames.gdx</groupId>
  <artifactId>gdx-freetype-platform</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.badlogicgames.gdx:gdx-freetype-platform:1.1.0'
Gradle Kotlin
implementation("com.badlogicgames.gdx:gdx-freetype-platform:1.1.0")
Scala SBT
libraryDependencies += "com.badlogicgames.gdx" % "gdx-freetype-platform" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.badlogicgames.gdx', module='gdx-freetype-platform', version='1.1.0')
)
Apache Ivy
<dependency org="com.badlogicgames.gdx" name="gdx-freetype-platform" rev="1.1.0" />
Leiningen
[com.badlogicgames.gdx/gdx-freetype-platform "1.1.0"]
Apache Buildr
'com.badlogicgames.gdx:gdx-freetype-platform:jar:1.1.0'