| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.alex1304.jdash |
| ArtifactId | ArtifactIdjdash-client |
| Last Version | Last Version4.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJDash Client
The HTTP client used to pull data from Geometry Dash servers
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jdash-client-4.0.5.pom | |
| jdash-client-4.0.5.jar | 51 KB |
| jdash-client-4.0.5-sources.jar | 30 KB |
| jdash-client-4.0.5-javadoc.jar | 222 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-client/ -->
<dependency>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash-client</artifactId>
<version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-client/
implementation 'com.alex1304.jdash:jdash-client:4.0.5'
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-client/
implementation ("com.alex1304.jdash:jdash-client:4.0.5")
'com.alex1304.jdash:jdash-client:jar:4.0.5'
<dependency org="com.alex1304.jdash" name="jdash-client" rev="4.0.5">
<artifact name="jdash-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alex1304.jdash', module='jdash-client', version='4.0.5')
)
libraryDependencies += "com.alex1304.jdash" % "jdash-client" % "4.0.5"
[com.alex1304.jdash/jdash-client "4.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alex1304.jdash : jdash-common | jar | 4.0.5 |
| io.projectreactor.netty : reactor-netty | jar | 1.0.12 |
| io.projectreactor.addons : reactor-extra | jar | 3.4.5 |
| com.github.ben-manes.caffeine : caffeine | jar | 3.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |