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