| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sommeri |
| Идентификатор | Идентификаторless4j |
| Версия | Версия1.17.2 |
| Тип | Типjar |
| Описание |
Описаниеless4j
Less language is an extension of css and less4j compiles it into regular css. It adds several dynamic features into css: variables, expressions, nested rules.
Less4j is a port. The original compiler was written in JavaScript and is called less.js. The less language is mostly defined in less.js documentation/issues and by what less.js actually do. Links to less.js:
* home page: http://lesscss.org/
* source code & issues: https://github.com/cloudhead/less.js
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| less4j-1.17.2.pom | |
| less4j-1.17.2.jar | 1 MB |
| less4j-1.17.2-sources.jar | 551 KB |
| less4j-1.17.2-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sommeri/less4j/ -->
<dependency>
<groupId>com.github.sommeri</groupId>
<artifactId>less4j</artifactId>
<version>1.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sommeri/less4j/
implementation 'com.github.sommeri:less4j:1.17.2'
// https://jarcasting.com/artifacts/com.github.sommeri/less4j/
implementation ("com.github.sommeri:less4j:1.17.2")
'com.github.sommeri:less4j:jar:1.17.2'
<dependency org="com.github.sommeri" name="less4j" rev="1.17.2">
<artifact name="less4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sommeri', module='less4j', version='1.17.2')
)
libraryDependencies += "com.github.sommeri" % "less4j" % "1.17.2"
[com.github.sommeri/less4j "1.17.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.antlr : antlr-runtime | jar | 3.5.2 |
| commons-io : commons-io | jar | 2.3 |
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| com.beust : jcommander Необязательный | jar | 1.29 |
| com.google.code.gson : gson | jar | 2.5 |
| com.google.protobuf : protobuf-java | jar | 2.5.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |