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

net.sourceforge.cssparser:cssparser 0.9.21

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

Категории

Категории

Сеть
Группа

Группа

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

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

cssparser
Версия

Версия

0.9.21
Тип

Тип

jar

Скачать cssparser 0.9.21


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