Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.alex1304.jdash |
ArtifactId | ArtifactIdjdash-client |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jdash-client-4.0.2.pom | |
jdash-client-4.0.2.jar | 51 KB |
jdash-client-4.0.2-sources.jar | 31 KB |
jdash-client-4.0.2-javadoc.jar | 530 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-client/ -->
<dependency>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash-client</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-client/
implementation 'com.alex1304.jdash:jdash-client:4.0.2'
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-client/
implementation ("com.alex1304.jdash:jdash-client:4.0.2")
'com.alex1304.jdash:jdash-client:jar:4.0.2'
<dependency org="com.alex1304.jdash" name="jdash-client" rev="4.0.2">
<artifact name="jdash-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alex1304.jdash', module='jdash-client', version='4.0.2')
)
libraryDependencies += "com.alex1304.jdash" % "jdash-client" % "4.0.2"
[com.alex1304.jdash/jdash-client "4.0.2"]