MVN

com.github.intrigus.gdx-freetype-gwt : gdx-freetype-gwt

Maven & Gradle

May 22, 2020
43 stars

gdx-freetype-gwt · Gdx Freetype for use with GWT.

<dependency>
    <groupId>com.github.intrigus.gdx-freetype-gwt</groupId>
    <artifactId>gdx-freetype-gwt</artifactId>
    <version>1.9.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.intrigus.gdx-freetype-gwt : gdx-freetype-gwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.10.1

All Versions

Choose a version of com.github.intrigus.gdx-freetype-gwt : gdx-freetype-gwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
gdx-freetype-gwt-1.9.10.1
gdx-freetype-gwt-1.9.10

How to add a dependency to Maven

Add the following com.github.intrigus.gdx-freetype-gwt : gdx-freetype-gwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.intrigus.gdx-freetype-gwt</groupId>
    <artifactId>gdx-freetype-gwt</artifactId>
    <version>1.9.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.intrigus.gdx-freetype-gwt : gdx-freetype-gwt gradle dependency to your build.gradle file:

implementation 'com.github.intrigus.gdx-freetype-gwt:gdx-freetype-gwt:1.9.10.1'

Gradle Kotlin DSL: Add the following com.github.intrigus.gdx-freetype-gwt : gdx-freetype-gwt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.intrigus.gdx-freetype-gwt:gdx-freetype-gwt:1.9.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.intrigus.gdx-freetype-gwt : gdx-freetype-gwt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.intrigus.gdx-freetype-gwt" % "gdx-freetype-gwt" % "1.9.10.1"