is not current version
Last Version 0.5.0

org.duelengine:css 0.4.2

Standalone CSS3 processor for the JVM

GroupId

GroupId

org.duelengine
ArtifactId

ArtifactId

css
Version

Version

0.4.2
Type

Type

jar

Download css 0.4.2


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