| 组织ID: |
com.asual.lesscss |
| 项目ID: |
lesscss-engine |
| 版本: |
1.2.11 |
| 最后修改时间: |
2019-10-22 21:41:20 |
| 包类型: |
jar |
| 标题: |
LESS Engine |
| 描述: |
A Java wrapper for LESS (http://lesscss.org). LESS extends CSS with: variables, mixins, operations and nested rules. |
| 相关URL: |
scm:git:git://github.com/asual/lesscss-engine.git |
| 大小: |
61.02KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.asual.lesscss</groupId>
<artifactId>lesscss-engine</artifactId>
<version>1.2.11</version>
</dependency>
|
| Gradle引入代码: |
com.asual.lesscss:lesscss-engine:1.2.11
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.asual.lesscss</groupId>
<artifactId>lesscss-engine</artifactId>
<packaging>jar</packaging>
<name>LESS Engine</name>
<scm>
<url>scm:git:git://github.com/asual/lesscss-engine.git</url>
</scm>
<version>1.2.11</version>
<description>A Java wrapper for LESS (http://lesscss.org). LESS extends CSS with: variables, mixins, operations and nested rules.</description>
<url>http://www.asual.com/lesscss</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.4.0RC1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.4</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<includes>
<include>log4j.xml</include>
<include>**/*.css</include>
</includes>
</testResource>
</testResources>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.asual.lesscss.LessEngine.class
com.asual.lesscss.LessException.class
META-INF/less/lib/ext.rb
META-INF/less/lib/less/command.rb
META-INF/less/lib/less/engine/grammar/common.tt
META-INF/less/lib/less/engine/grammar/entity.tt
META-INF/less/lib/less/engine/grammar/less.tt
META-INF/less/lib/less/engine/nodes/element.rb
META-INF/less/lib/less/engine/nodes/entity.rb
META-INF/less/lib/less/engine/nodes/function.rb
META-INF/less/lib/less/engine/nodes/literal.rb
META-INF/less/lib/less/engine/nodes/property.rb
META-INF/less/lib/less/engine/nodes/ruleset.rb
META-INF/less/lib/less/engine/nodes/selector.rb
META-INF/less/lib/less/engine/nodes.rb
META-INF/less/lib/less/engine.rb
META-INF/less/lib/less.rb
META-INF/less/VERSION
META-INF/mutter/lib/ext.rb
META-INF/mutter/lib/mutter/indenter.rb
META-INF/mutter/lib/mutter/mutterer.rb
META-INF/mutter/lib/mutter/styles/default.yml
META-INF/mutter/lib/mutter/styles/html.yml
META-INF/mutter/lib/mutter/table.rb
META-INF/mutter/lib/mutter.rb
META-INF/mutter/VERSION
META-INF/polyglot/lib/polyglot/version.rb
META-INF/polyglot/lib/polyglot.rb
META-INF/treetop/lib/treetop/bootstrap_gen_1_metagrammar.rb
META-INF/treetop/lib/treetop/compiler/grammar_compiler.rb
META-INF/treetop/lib/treetop/compiler/lexical_address_space.rb
META-INF/treetop/lib/treetop/compiler/metagrammar.rb
META-INF/treetop/lib/treetop/compiler/metagrammar.treetop
META-INF/treetop/lib/treetop/compiler/node_classes/anything_symbol.rb
META-INF/treetop/lib/treetop/compiler/node_classes/atomic_expression.rb
META-INF/treetop/lib/treetop/compiler/node_classes/character_class.rb
META-INF/treetop/lib/treetop/compiler/node_classes/choice.rb
META-INF/treetop/lib/treetop/compiler/node_classes/declaration_sequence.rb
META-INF/treetop/lib/treetop/compiler/node_classes/grammar.rb
META-INF/treetop/lib/treetop/compiler/node_classes/inline_module.rb
META-INF/treetop/lib/treetop/compiler/node_classes/nonterminal.rb
META-INF/treetop/lib/treetop/compiler/node_classes/optional.rb
META-INF/treetop/lib/treetop/compiler/node_classes/parenthesized_expression.rb
META-INF/treetop/lib/treetop/compiler/node_classes/parsing_expression.rb
META-INF/treetop/lib/treetop/compiler/node_classes/parsing_rule.rb
META-INF/treetop/lib/treetop/compiler/node_classes/predicate.rb
META-INF/treetop/lib/treetop/compiler/node_classes/predicate_block.rb
META-INF/treetop/lib/treetop/compiler/node_classes/repetition.rb
META-INF/treetop/lib/treetop/compiler/node_classes/sequence.rb
META-INF/treetop/lib/treetop/compiler/node_classes/terminal.rb
META-INF/treetop/lib/treetop/compiler/node_classes/transient_prefix.rb
META-INF/treetop/lib/treetop/compiler/node_classes/treetop_file.rb
META-INF/treetop/lib/treetop/compiler/node_classes.rb
META-INF/treetop/lib/treetop/compiler/ruby_builder.rb
META-INF/treetop/lib/treetop/compiler.rb
META-INF/treetop/lib/treetop/ruby_extensions/array.rb
META-INF/treetop/lib/treetop/ruby_extensions/nil.rb
META-INF/treetop/lib/treetop/ruby_extensions/object.rb
META-INF/treetop/lib/treetop/ruby_extensions/regexp.rb
META-INF/treetop/lib/treetop/ruby_extensions/string.rb
META-INF/treetop/lib/treetop/ruby_extensions/symbol.rb
META-INF/treetop/lib/treetop/ruby_extensions.rb
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
jruby-complete-1.4.0RC1.jar
/org.jruby/jruby-complete/1.4.0RC1
查看jruby-complete所有版本文件
commons-logging-1.1.jar
/commons-logging/commons-logging/1.1
查看commons-logging所有版本文件
commons-logging-api-1.1.jar
/commons-logging/commons-logging-api/1.1
查看commons-logging-api所有版本文件
slf4j-simple-1.5.6.jar
/org.slf4j/slf4j-simple/1.5.6
查看slf4j-simple所有版本文件
junit-4.7.jar
/junit/junit/4.7
查看junit所有版本文件
|