GroupId | GroupIdcom.github.dfabulich |
---|---|
ArtifactId | ArtifactIdsitemapgen4j |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
sitemapgen4j-1.0.4.pom | |
sitemapgen4j-1.0.4.jar | 63 KB |
sitemapgen4j-1.0.4-sources.jar | 38 KB |
sitemapgen4j-1.0.4-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dfabulich/sitemapgen4j/ -->
<dependency>
<groupId>com.github.dfabulich</groupId>
<artifactId>sitemapgen4j</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dfabulich/sitemapgen4j/
implementation 'com.github.dfabulich:sitemapgen4j:1.0.4'
// https://jarcasting.com/artifacts/com.github.dfabulich/sitemapgen4j/
implementation ("com.github.dfabulich:sitemapgen4j:1.0.4")
'com.github.dfabulich:sitemapgen4j:jar:1.0.4'
<dependency org="com.github.dfabulich" name="sitemapgen4j" rev="1.0.4">
<artifact name="sitemapgen4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dfabulich', module='sitemapgen4j', version='1.0.4')
)
libraryDependencies += "com.github.dfabulich" % "sitemapgen4j" % "1.0.4"
[com.github.dfabulich/sitemapgen4j "1.0.4"]