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