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