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