is not current version
Last Version 1.3.0

com.github.bjoernpetersen:m3u-parser 1.0.0

Library to parse .m3u playlist files.

GroupId

GroupId

com.github.bjoernpetersen
ArtifactId

ArtifactId

m3u-parser
Version

Version

1.0.0
Type

Type

jar

Download m3u-parser 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.bjoernpetersen/m3u-parser/ -->
<dependency>
    <groupId>com.github.bjoernpetersen</groupId>
    <artifactId>m3u-parser</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bjoernpetersen/m3u-parser/
implementation 'com.github.bjoernpetersen:m3u-parser:1.0.0'
// https://jarcasting.com/artifacts/com.github.bjoernpetersen/m3u-parser/
implementation ("com.github.bjoernpetersen:m3u-parser:1.0.0")
'com.github.bjoernpetersen:m3u-parser:jar:1.0.0'
<dependency org="com.github.bjoernpetersen" name="m3u-parser" rev="1.0.0">
  <artifact name="m3u-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bjoernpetersen', module='m3u-parser', version='1.0.0')
)
libraryDependencies += "com.github.bjoernpetersen" % "m3u-parser" % "1.0.0"
[com.github.bjoernpetersen/m3u-parser "1.0.0"]