GroupId | GroupIdio.github.robertograham |
---|---|
ArtifactId | ArtifactIdrle-parser |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rle-parser-1.0.0.pom | |
rle-parser-1.0.0.jar | 17 KB |
rle-parser-1.0.0-sources.jar | 10 KB |
rle-parser-1.0.0-javadoc.jar | 86 KB |
Browse |
<!-- 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"]