GroupId | GroupIdcom.github.trickl |
---|---|
ArtifactId | ArtifactIdpalette |
Version | Versionuntagged-2e8df5cb83748d6f2aec |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.trickl/palette/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>palette</artifactId>
<version>untagged-2e8df5cb83748d6f2aec</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/palette/
implementation 'com.github.trickl:palette:untagged-2e8df5cb83748d6f2aec'
// https://jarcasting.com/artifacts/com.github.trickl/palette/
implementation ("com.github.trickl:palette:untagged-2e8df5cb83748d6f2aec")
'com.github.trickl:palette:jar:untagged-2e8df5cb83748d6f2aec'
<dependency org="com.github.trickl" name="palette" rev="untagged-2e8df5cb83748d6f2aec">
<artifact name="palette" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='palette', version='untagged-2e8df5cb83748d6f2aec')
)
libraryDependencies += "com.github.trickl" % "palette" % "untagged-2e8df5cb83748d6f2aec"
[com.github.trickl/palette "untagged-2e8df5cb83748d6f2aec"]