is not current version
Last Version 1.0.1

io.github.robertograham:rle-parser 1.0.0

Parses RLE files

GroupId

GroupId

io.github.robertograham
ArtifactId

ArtifactId

rle-parser
Version

Version

1.0.0
Type

Type

jar

Download rle-parser 1.0.0


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