GroupId | GroupIdcom.github.jesg |
---|---|
ArtifactId | ArtifactIddither |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
dither-0.1.5.pom | |
dither-0.1.5.jar | 23 KB |
dither-0.1.5-sources.jar | 13 KB |
dither-0.1.5-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jesg/dither/ -->
<dependency>
<groupId>com.github.jesg</groupId>
<artifactId>dither</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jesg/dither/
implementation 'com.github.jesg:dither:0.1.5'
// https://jarcasting.com/artifacts/com.github.jesg/dither/
implementation ("com.github.jesg:dither:0.1.5")
'com.github.jesg:dither:jar:0.1.5'
<dependency org="com.github.jesg" name="dither" rev="0.1.5">
<artifact name="dither" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jesg', module='dither', version='0.1.5')
)
libraryDependencies += "com.github.jesg" % "dither" % "0.1.5"
[com.github.jesg/dither "0.1.5"]