Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.dantegrek |
ArtifactId | ArtifactIdjplay |
Version | Version0.1.0-alpha |
Type | Typejar |
Filename | Size |
---|---|
jplay-0.1.0-alpha.pom | |
jplay-0.1.0-alpha.jar | 19 KB |
jplay-0.1.0-alpha-sources.jar | 15 KB |
jplay-0.1.0-alpha-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dantegrek/jplay/ -->
<dependency>
<groupId>io.github.dantegrek</groupId>
<artifactId>jplay</artifactId>
<version>0.1.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dantegrek/jplay/
implementation 'io.github.dantegrek:jplay:0.1.0-alpha'
// https://jarcasting.com/artifacts/io.github.dantegrek/jplay/
implementation ("io.github.dantegrek:jplay:0.1.0-alpha")
'io.github.dantegrek:jplay:jar:0.1.0-alpha'
<dependency org="io.github.dantegrek" name="jplay" rev="0.1.0-alpha">
<artifact name="jplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dantegrek', module='jplay', version='0.1.0-alpha')
)
libraryDependencies += "io.github.dantegrek" % "jplay" % "0.1.0-alpha"
[io.github.dantegrek/jplay "0.1.0-alpha"]