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