GroupId | GroupIdcom.github.muff1nman.chameleon |
---|---|
ArtifactId | ArtifactIdplaylist-xspf |
Version | Version1.2.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.muff1nman.chameleon/playlist-xspf/ -->
<dependency>
<groupId>com.github.muff1nman.chameleon</groupId>
<artifactId>playlist-xspf</artifactId>
<version>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.muff1nman.chameleon/playlist-xspf/
implementation 'com.github.muff1nman.chameleon:playlist-xspf:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.muff1nman.chameleon/playlist-xspf/
implementation ("com.github.muff1nman.chameleon:playlist-xspf:1.2.0-RELEASE")
'com.github.muff1nman.chameleon:playlist-xspf:jar:1.2.0-RELEASE'
<dependency org="com.github.muff1nman.chameleon" name="playlist-xspf" rev="1.2.0-RELEASE">
<artifact name="playlist-xspf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.muff1nman.chameleon', module='playlist-xspf', version='1.2.0-RELEASE')
)
libraryDependencies += "com.github.muff1nman.chameleon" % "playlist-xspf" % "1.2.0-RELEASE"
[com.github.muff1nman.chameleon/playlist-xspf "1.2.0-RELEASE"]