Color helper functions for kotlin
I offered some color related functions. You might use this in color code in html.
License |
License
ISC
|
---|---|
GroupId | GroupIdcom.github.oc-soft |
ArtifactId | ArtifactIdoc-color |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionoc-color
kotlin color library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oc-color-0.1.0.pom | |
oc-color-0.1.0-sources.jar | 2 KB |
oc-color-0.1.0-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oc-soft/oc-color/ -->
<dependency>
<groupId>com.github.oc-soft</groupId>
<artifactId>oc-color</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-color/
implementation 'com.github.oc-soft:oc-color:0.1.0'
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-color/
implementation ("com.github.oc-soft:oc-color:0.1.0")
'com.github.oc-soft:oc-color:pom:0.1.0'
<dependency org="com.github.oc-soft" name="oc-color" rev="0.1.0">
<artifact name="oc-color" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oc-soft', module='oc-color', version='0.1.0')
)
libraryDependencies += "com.github.oc-soft" % "oc-color" % "0.1.0"
[com.github.oc-soft/oc-color "0.1.0"]
I offered some color related functions. You might use this in color code in html.