не последняя версия
Последняя версия 0.9.29

net.sourceforge.cssparser:cssparser 0.9.23

A CSS parser which implements SAC (the Simple API for CSS).

Категории

Категории

Сеть
Группа

Группа

net.sourceforge.cssparser
Идентификатор

Идентификатор

cssparser
Версия

Версия

0.9.23
Тип

Тип

jar

Скачать cssparser 0.9.23


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