g

gdx-freetype-platform

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