License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jeremybrooks |
ArtifactId | ArtifactIdpressplay |
Version | Version1.0.0 |
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.0.pom | |
pressplay-1.0.0.jar | 9 KB |
pressplay-1.0.0-sources.jar | 5 KB |
pressplay-1.0.0-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jeremybrooks/pressplay/ -->
<dependency>
<groupId>net.jeremybrooks</groupId>
<artifactId>pressplay</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jeremybrooks/pressplay/
implementation 'net.jeremybrooks:pressplay:1.0.0'
// https://jarcasting.com/artifacts/net.jeremybrooks/pressplay/
implementation ("net.jeremybrooks:pressplay:1.0.0")
'net.jeremybrooks:pressplay:jar:1.0.0'
<dependency org="net.jeremybrooks" name="pressplay" rev="1.0.0">
<artifact name="pressplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jeremybrooks', module='pressplay', version='1.0.0')
)
libraryDependencies += "net.jeremybrooks" % "pressplay" % "1.0.0"
[net.jeremybrooks/pressplay "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
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 |