LESS CLI

Command-line interface for lesscss-java

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.muhuk.lesscss
ArtifactId

ArtifactId

lesscss-cli
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

LESS CLI
Command-line interface for lesscss-java
Source Code Management

Source Code Management

http://github.com/muhuk/lesscss-cli

Download lesscss-cli

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.lesscss : lesscss jar 1.7.0.1.1
args4j : args4j jar 2.0.29

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

lesscss-cli

Command-line interface for lesscss-java.

Installing from Maven

<dependency>
	<groupId>com.muhuk.lesscss</groupId>
	<artifactId>lesscss-cli</artifactId>
	<version>1.1.0</version>
</dependency>

Building from Source

A jar file with dependencies can be built using the following command:

mvn package

Authors

Atamert Ölçgen

Peter Lundberg

Copyright and License

Copyright 2013 Atamert Ölçgen

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Versions

Version
1.1.1
1.1.0
1.0.3