License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jeremybrooks |
ArtifactId | ArtifactIdpressplay |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionpressplay
Library to make it easy to play music from Java.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pressplay-1.0.3.pom | |
pressplay-1.0.3.jar | 12 KB |
pressplay-1.0.3-sources.jar | 7 KB |
pressplay-1.0.3-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jeremybrooks/pressplay/ -->
<dependency>
<groupId>net.jeremybrooks</groupId>
<artifactId>pressplay</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.jeremybrooks/pressplay/
implementation 'net.jeremybrooks:pressplay:1.0.3'
// https://jarcasting.com/artifacts/net.jeremybrooks/pressplay/
implementation ("net.jeremybrooks:pressplay:1.0.3")
'net.jeremybrooks:pressplay:jar:1.0.3'
<dependency org="net.jeremybrooks" name="pressplay" rev="1.0.3">
<artifact name="pressplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jeremybrooks', module='pressplay', version='1.0.3')
)
libraryDependencies += "net.jeremybrooks" % "pressplay" % "1.0.3"
[net.jeremybrooks/pressplay "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.9.0 |
commons-io : commons-io | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |