License |
License |
---|---|
GroupId | GroupIdcom.anasoft.os |
ArtifactId | ArtifactIdm2st-stylus-ext-skin |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionm2-site-tools :: Maven stylus-ext skin
This project is a handy toolkit for developers and companies that use Maven 2 site generation capabilities in order to generate HTML project presentations. m2-site-tools extends the standard site plugin that comes with Maven 2 with custom macros and page template and offers many exciting features: inserting highlighted code snippets as well as parametrized HTML, Google Analytics and Google Friend Connect integration, SEO (meta-description) support and more.
|
Filename | Size |
---|---|
m2st-stylus-ext-skin-2.0.pom | |
m2st-stylus-ext-skin-2.0.jar | 139 KB |
m2st-stylus-ext-skin-2.0-sources.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anasoft.os/m2st-stylus-ext-skin/ -->
<dependency>
<groupId>com.anasoft.os</groupId>
<artifactId>m2st-stylus-ext-skin</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.anasoft.os/m2st-stylus-ext-skin/
implementation 'com.anasoft.os:m2st-stylus-ext-skin:2.0'
// https://jarcasting.com/artifacts/com.anasoft.os/m2st-stylus-ext-skin/
implementation ("com.anasoft.os:m2st-stylus-ext-skin:2.0")
'com.anasoft.os:m2st-stylus-ext-skin:jar:2.0'
<dependency org="com.anasoft.os" name="m2st-stylus-ext-skin" rev="2.0">
<artifact name="m2st-stylus-ext-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anasoft.os', module='m2st-stylus-ext-skin', version='2.0')
)
libraryDependencies += "com.anasoft.os" % "m2st-stylus-ext-skin" % "2.0"
[com.anasoft.os/m2st-stylus-ext-skin "2.0"]