| Categories |
CategoriesFXGL Business Logic Libraries Game Development |
|---|---|
| GroupId | GroupIdcom.github.almasb |
| ArtifactId | ArtifactIdfxgl-framework |
| Version | Version11.2-beta |
| Type | Typepom |
| Filename | Size |
|---|---|
| fxgl-framework-11.2-beta.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.almasb/fxgl-framework/ -->
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl-framework</artifactId>
<version>11.2-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.almasb/fxgl-framework/
implementation 'com.github.almasb:fxgl-framework:11.2-beta'
// https://jarcasting.com/artifacts/com.github.almasb/fxgl-framework/
implementation ("com.github.almasb:fxgl-framework:11.2-beta")
'com.github.almasb:fxgl-framework:pom:11.2-beta'
<dependency org="com.github.almasb" name="fxgl-framework" rev="11.2-beta">
<artifact name="fxgl-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.almasb', module='fxgl-framework', version='11.2-beta')
)
libraryDependencies += "com.github.almasb" % "fxgl-framework" % "11.2-beta"
[com.github.almasb/fxgl-framework "11.2-beta"]