License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.s4u.plugins |
ArtifactId | ArtifactIdsitemapxml-maven-plugin |
Version | Version2.0.0 |
Type | Typepom |
Description |
DescriptionMaven Sitemap generator plugin
This plugin generate sitemap.xml for project site.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sitemapxml-maven-plugin-2.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.s4u.plugins/sitemapxml-maven-plugin/ -->
<dependency>
<groupId>com.github.s4u.plugins</groupId>
<artifactId>sitemapxml-maven-plugin</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.s4u.plugins/sitemapxml-maven-plugin/
implementation 'com.github.s4u.plugins:sitemapxml-maven-plugin:2.0.0'
// https://jarcasting.com/artifacts/com.github.s4u.plugins/sitemapxml-maven-plugin/
implementation ("com.github.s4u.plugins:sitemapxml-maven-plugin:2.0.0")
'com.github.s4u.plugins:sitemapxml-maven-plugin:pom:2.0.0'
<dependency org="com.github.s4u.plugins" name="sitemapxml-maven-plugin" rev="2.0.0">
<artifact name="sitemapxml-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.s4u.plugins', module='sitemapxml-maven-plugin', version='2.0.0')
)
libraryDependencies += "com.github.s4u.plugins" % "sitemapxml-maven-plugin" % "2.0.0"
[com.github.s4u.plugins/sitemapxml-maven-plugin "2.0.0"]