Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.ajalt.colormath.extensions |
ArtifactId | ArtifactIdcolormath-ext-android-color |
Version | Version3.1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.ajalt.colormath.extensions/colormath-ext-android-color/ -->
<dependency>
<groupId>com.github.ajalt.colormath.extensions</groupId>
<artifactId>colormath-ext-android-color</artifactId>
<version>3.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt.colormath.extensions/colormath-ext-android-color/
implementation 'com.github.ajalt.colormath.extensions:colormath-ext-android-color:3.1.0'
// https://jarcasting.com/artifacts/com.github.ajalt.colormath.extensions/colormath-ext-android-color/
implementation ("com.github.ajalt.colormath.extensions:colormath-ext-android-color:3.1.0")
'com.github.ajalt.colormath.extensions:colormath-ext-android-color:aar:3.1.0'
<dependency org="com.github.ajalt.colormath.extensions" name="colormath-ext-android-color" rev="3.1.0">
<artifact name="colormath-ext-android-color" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt.colormath.extensions', module='colormath-ext-android-color', version='3.1.0')
)
libraryDependencies += "com.github.ajalt.colormath.extensions" % "colormath-ext-android-color" % "3.1.0"
[com.github.ajalt.colormath.extensions/colormath-ext-android-color "3.1.0"]