| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторcssstyle |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cssstyle-1.2.1.pom | |
| cssstyle-1.2.1.jar | 101 KB |
| cssstyle-1.2.1-sources.jar | 22 bytes |
| cssstyle-1.2.1-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/cssstyle/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>cssstyle</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cssstyle/
implementation 'org.webjars.npm:cssstyle:1.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/cssstyle/
implementation ("org.webjars.npm:cssstyle:1.2.1")
'org.webjars.npm:cssstyle:jar:1.2.1'
<dependency org="org.webjars.npm" name="cssstyle" rev="1.2.1">
<artifact name="cssstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cssstyle', version='1.2.1')
)
libraryDependencies += "org.webjars.npm" % "cssstyle" % "1.2.1"
[org.webjars.npm/cssstyle "1.2.1"]