License |
License |
---|---|
GroupId | GroupIdca.blarg |
ArtifactId | ArtifactIdgdx-toolbox |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptiongdx-toolbox
Helper classes, methods, and other things built on top of libGDX
|
Project URL |
Project URL |
Filename | Size |
---|---|
gdx-toolbox-0.1.pom | |
gdx-toolbox-0.1.jar | 128 KB |
gdx-toolbox-0.1-sources.jar | 73 KB |
gdx-toolbox-0.1-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.blarg/gdx-toolbox/ -->
<dependency>
<groupId>ca.blarg</groupId>
<artifactId>gdx-toolbox</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.blarg/gdx-toolbox/
implementation 'ca.blarg:gdx-toolbox:0.1'
// https://jarcasting.com/artifacts/ca.blarg/gdx-toolbox/
implementation ("ca.blarg:gdx-toolbox:0.1")
'ca.blarg:gdx-toolbox:jar:0.1'
<dependency org="ca.blarg" name="gdx-toolbox" rev="0.1">
<artifact name="gdx-toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.blarg', module='gdx-toolbox', version='0.1')
)
libraryDependencies += "ca.blarg" % "gdx-toolbox" % "0.1"
[ca.blarg/gdx-toolbox "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.0.0 |
com.badlogicgames.gdx : gdx-freetype | jar | 1.0.0 |