GroupId | GroupIdcom.alex1304.jdash |
---|---|
ArtifactId | ArtifactIdjdash |
Version | Version4.0.1 |
Type | Typepom |
Filename | Size |
---|---|
jdash-4.0.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alex1304.jdash/jdash/ -->
<dependency>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash/
implementation 'com.alex1304.jdash:jdash:4.0.1'
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash/
implementation ("com.alex1304.jdash:jdash:4.0.1")
'com.alex1304.jdash:jdash:pom:4.0.1'
<dependency org="com.alex1304.jdash" name="jdash" rev="4.0.1">
<artifact name="jdash" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alex1304.jdash', module='jdash', version='4.0.1')
)
libraryDependencies += "com.alex1304.jdash" % "jdash" % "4.0.1"
[com.alex1304.jdash/jdash "4.0.1"]