MVN

io.github.maritims : velocity-sass-maven-plugin

Maven & Gradle

May 13, 2023

velocity-sass-maven-plugin · A Maven plugin for compiling SCSS in Velocity files into CSS.

<plugin>
    <groupId>io.github.maritims</groupId>
    <artifactId>velocity-sass-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.maritims : velocity-sass-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.github.maritims : velocity-sass-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
velocity-sass-maven-plugin-1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.maritims</groupId>
    <artifactId>velocity-sass-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>