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