| License |
License |
|---|---|
| GroupId | GroupIdcom.alex1304.jdash |
| ArtifactId | ArtifactIdjdash |
| Last Version | Last Version4.0.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJDash
A reactive Geometry Dash API wrapper for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jdash-4.0.5.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alex1304.jdash/jdash/ -->
<dependency>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash/
implementation 'com.alex1304.jdash:jdash:4.0.5'
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash/
implementation ("com.alex1304.jdash:jdash:4.0.5")
'com.alex1304.jdash:jdash:pom:4.0.5'
<dependency org="com.alex1304.jdash" name="jdash" rev="4.0.5">
<artifact name="jdash" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alex1304.jdash', module='jdash', version='4.0.5')
)
libraryDependencies += "com.alex1304.jdash" % "jdash" % "4.0.5"
[com.alex1304.jdash/jdash "4.0.5"]