| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sf.cssbox |
| Идентификатор | Идентификаторjstyleparser |
| Версия | Версия3.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jstyleparser-3.5.pom | |
| jstyleparser-3.5.jar | 684 KB |
| jstyleparser-3.5-sources.jar | 271 KB |
| jstyleparser-3.5-javadoc.jar | 3 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.cssbox/jstyleparser/ -->
<dependency>
<groupId>net.sf.cssbox</groupId>
<artifactId>jstyleparser</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cssbox/jstyleparser/
implementation 'net.sf.cssbox:jstyleparser:3.5'
// https://jarcasting.com/artifacts/net.sf.cssbox/jstyleparser/
implementation ("net.sf.cssbox:jstyleparser:3.5")
'net.sf.cssbox:jstyleparser:jar:3.5'
<dependency org="net.sf.cssbox" name="jstyleparser" rev="3.5">
<artifact name="jstyleparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cssbox', module='jstyleparser', version='3.5')
)
libraryDependencies += "net.sf.cssbox" % "jstyleparser" % "3.5"
[net.sf.cssbox/jstyleparser "3.5"]