CSSColor4J

CSSColor4J is a simple Java library for parsing CSS color string representations.

License

License

GroupId

GroupId

org.silentsoft
ArtifactId

ArtifactId

csscolor4j
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

CSSColor4J
CSSColor4J is a simple Java library for parsing CSS color string representations.
Project URL

Project URL

https://github.com/silentsoft/csscolor4j
Source Code Management

Source Code Management

https://github.com/silentsoft/csscolor4j.git

Download csscolor4j

How to add to project

<!-- https://jarcasting.com/artifacts/org.silentsoft/csscolor4j/ -->
<dependency>
    <groupId>org.silentsoft</groupId>
    <artifactId>csscolor4j</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.silentsoft/csscolor4j/
implementation 'org.silentsoft:csscolor4j:1.0.0'
// https://jarcasting.com/artifacts/org.silentsoft/csscolor4j/
implementation ("org.silentsoft:csscolor4j:1.0.0")
'org.silentsoft:csscolor4j:jar:1.0.0'
<dependency org="org.silentsoft" name="csscolor4j" rev="1.0.0">
  <artifact name="csscolor4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.silentsoft', module='csscolor4j', version='1.0.0')
)
libraryDependencies += "org.silentsoft" % "csscolor4j" % "1.0.0"
[org.silentsoft/csscolor4j "1.0.0"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.platform : junit-platform-launcher jar 1.7.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0