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