Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.golfgl.gdxcontrollerutils |
ArtifactId | ArtifactIdgdx-controllers-gwt |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.golfgl.gdxcontrollerutils/gdx-controllers-gwt/ -->
<dependency>
<groupId>de.golfgl.gdxcontrollerutils</groupId>
<artifactId>gdx-controllers-gwt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.golfgl.gdxcontrollerutils/gdx-controllers-gwt/
implementation 'de.golfgl.gdxcontrollerutils:gdx-controllers-gwt:1.0.0'
// https://jarcasting.com/artifacts/de.golfgl.gdxcontrollerutils/gdx-controllers-gwt/
implementation ("de.golfgl.gdxcontrollerutils:gdx-controllers-gwt:1.0.0")
'de.golfgl.gdxcontrollerutils:gdx-controllers-gwt:jar:1.0.0'
<dependency org="de.golfgl.gdxcontrollerutils" name="gdx-controllers-gwt" rev="1.0.0">
<artifact name="gdx-controllers-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.golfgl.gdxcontrollerutils', module='gdx-controllers-gwt', version='1.0.0')
)
libraryDependencies += "de.golfgl.gdxcontrollerutils" % "gdx-controllers-gwt" % "1.0.0"
[de.golfgl.gdxcontrollerutils/gdx-controllers-gwt "1.0.0"]