cssstyle

WebJar for cssstyle

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

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

cssstyle
Последняя версия

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

2.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

cssstyle
WebJar for cssstyle
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/jsdom/cssstyle

Скачать cssstyle

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : cssom jar [0.3.6,0.4)

Модули Проекта

Данный проект не имеет модулей.

CSSStyleDeclaration

A Node JS implementation of the CSS Object Model CSSStyleDeclaration interface.

NpmVersion Build Status codecov


Background

This package is an extension of the CSSStyleDeclaration class in Nikita Vasilyev's CSSOM with added support for CSS 2 & 3 properties. The primary use case is for testing browser code in a Node environment.

It was originally created by Chad Walker, it is now maintained by the jsdom community.

Bug reports and pull requests are welcome.

org.webjars.npm

Версии библиотеки

Версия
2.3.0
1.4.0
1.2.2
1.2.1
1.1.1
0.3.1
0.2.37
0.2.36
0.2.30