| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.badlogicgames.gdx |
| Идентификатор | Идентификаторgdx-freetype-platform |
| Версия | Версия1.11.0 |
| Тип | Типpom |
| Описание |
ОписаниеlibGDX FreeType Native Libraries
Android/Desktop/iOS/HTML5 game development framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-freetype-platform/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype-platform</artifactId>
<version>1.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-freetype-platform/
implementation 'com.badlogicgames.gdx:gdx-freetype-platform:1.11.0'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-freetype-platform/
implementation ("com.badlogicgames.gdx:gdx-freetype-platform:1.11.0")
'com.badlogicgames.gdx:gdx-freetype-platform:pom:1.11.0'
<dependency org="com.badlogicgames.gdx" name="gdx-freetype-platform" rev="1.11.0">
<artifact name="gdx-freetype-platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-freetype-platform', version='1.11.0')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-freetype-platform" % "1.11.0"
[com.badlogicgames.gdx/gdx-freetype-platform "1.11.0"]