GroupId | GroupIdme.tfeng.play-mods |
---|---|
ArtifactId | ArtifactIddust |
Version | Version0.8.8 |
Type | Typejar |
Filename | Size |
---|---|
dust-0.8.8.pom | |
dust-0.8.8.jar | 3 KB |
dust-0.8.8-sources.jar | 2 KB |
dust-0.8.8-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.tfeng.play-mods/dust/ -->
<dependency>
<groupId>me.tfeng.play-mods</groupId>
<artifactId>dust</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/me.tfeng.play-mods/dust/
implementation 'me.tfeng.play-mods:dust:0.8.8'
// https://jarcasting.com/artifacts/me.tfeng.play-mods/dust/
implementation ("me.tfeng.play-mods:dust:0.8.8")
'me.tfeng.play-mods:dust:jar:0.8.8'
<dependency org="me.tfeng.play-mods" name="dust" rev="0.8.8">
<artifact name="dust" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.tfeng.play-mods', module='dust', version='0.8.8')
)
libraryDependencies += "me.tfeng.play-mods" % "dust" % "0.8.8"
[me.tfeng.play-mods/dust "0.8.8"]