GroupId | GroupIdpl.mk5.gdx-fireapp |
---|---|
ArtifactId | ArtifactIdgdx-fireapp-core |
Version | Version1.8.1 |
Type | Typejar |
Filename | Size |
---|---|
gdx-fireapp-core-1.8.1.pom | |
gdx-fireapp-core-1.8.1.jar | 134 KB |
gdx-fireapp-core-1.8.1-sources.jar | 71 KB |
gdx-fireapp-core-1.8.1-javadoc.jar | 500 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.mk5.gdx-fireapp/gdx-fireapp-core/ -->
<dependency>
<groupId>pl.mk5.gdx-fireapp</groupId>
<artifactId>gdx-fireapp-core</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.mk5.gdx-fireapp/gdx-fireapp-core/
implementation 'pl.mk5.gdx-fireapp:gdx-fireapp-core:1.8.1'
// https://jarcasting.com/artifacts/pl.mk5.gdx-fireapp/gdx-fireapp-core/
implementation ("pl.mk5.gdx-fireapp:gdx-fireapp-core:1.8.1")
'pl.mk5.gdx-fireapp:gdx-fireapp-core:jar:1.8.1'
<dependency org="pl.mk5.gdx-fireapp" name="gdx-fireapp-core" rev="1.8.1">
<artifact name="gdx-fireapp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.mk5.gdx-fireapp', module='gdx-fireapp-core', version='1.8.1')
)
libraryDependencies += "pl.mk5.gdx-fireapp" % "gdx-fireapp-core" % "1.8.1"
[pl.mk5.gdx-fireapp/gdx-fireapp-core "1.8.1"]