Download less-2.5.3.jar file

Introduction

You can download less-2.5.3.jar in this page.

License

The Apache Software License, Version 2.0

Type List

less-2.5.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.webjars/less/pom.properties
META-INF/maven/org.webjars/less/pom.xml
META-INF/resources/webjars/less/2.5.3/less.js
META-INF/resources/webjars/less/2.5.3/less.min.js

Pom

less-2.5.3.pom file content.

<?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>
    
    <parent>
        <groupId>org.webjars</groupId>
        <artifactId>less-parent</artifactId>
        <version>2.5.3</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <packaging>jar</packaging>
    <artifactId>less</artifactId>
    <name>LESS</name>
    <description>WebJar for LESS</description>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>wagon-maven-plugin</artifactId>
            </plugin>

            <plugin>
                <artifactId>maven-antrun-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>process-resources</phase>
                        <id>move</id>
                        <goals><goal>run</goal></goals>
                        <configuration>
                            <target>
                                <echo message="moving resources" />
                                <move file="${extractDir}/dist/less.js" tofile="${destDir}/less.js" />
                                <move file="${extractDir}/dist/less.min.js" tofile="${destDir}/less.min.js" />
                            </target>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.5.2</version>
            </plugin>

            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.6</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>sonatype-nexus-staging</serverId>
                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.webjars</groupId>
   <artifactId>less</artifactId>
   <version>2.5.3</version>
</dependency>

Download

If you think the following less-2.5.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download less-2.5.3.jar file




PreviousNext

Related