License |
License |
---|---|
GroupId | GroupIdcom.anasoft.os |
ArtifactId | ArtifactIdm2st-parent |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionm2-site-tools
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-parent-2.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anasoft.os/m2st-parent/ -->
<dependency>
<groupId>com.anasoft.os</groupId>
<artifactId>m2st-parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.anasoft.os/m2st-parent/
implementation 'com.anasoft.os:m2st-parent:2.0'
// https://jarcasting.com/artifacts/com.anasoft.os/m2st-parent/
implementation ("com.anasoft.os:m2st-parent:2.0")
'com.anasoft.os:m2st-parent:pom:2.0'
<dependency org="com.anasoft.os" name="m2st-parent" rev="2.0">
<artifact name="m2st-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.anasoft.os', module='m2st-parent', version='2.0')
)
libraryDependencies += "com.anasoft.os" % "m2st-parent" % "2.0"
[com.anasoft.os/m2st-parent "2.0"]