Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.ajalt.colormath |
ArtifactId | ArtifactIdcolormath |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
colormath-2.0.0.pom | |
colormath-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/ -->
<dependency>
<groupId>com.github.ajalt.colormath</groupId>
<artifactId>colormath</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/
implementation 'com.github.ajalt.colormath:colormath:2.0.0'
// https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/
implementation ("com.github.ajalt.colormath:colormath:2.0.0")
'com.github.ajalt.colormath:colormath:pom:2.0.0'
<dependency org="com.github.ajalt.colormath" name="colormath" rev="2.0.0">
<artifact name="colormath" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt.colormath', module='colormath', version='2.0.0')
)
libraryDependencies += "com.github.ajalt.colormath" % "colormath" % "2.0.0"
[com.github.ajalt.colormath/colormath "2.0.0"]