| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.marchenkoprojects | 
    
| ArtifactId | ArtifactIdsitemap4j | 
    
| Last Version | Last Version0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSitemap4J 
            Sitemap4J is a Java library that implements the Sitemap XML protocol. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| sitemap4j-0.1.pom | |
| sitemap4j-0.1.jar | 26 KB | 
| sitemap4j-0.1-sources.jar | 17 KB | 
| sitemap4j-0.1-javadoc.jar | 62 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.marchenkoprojects/sitemap4j/ -->
<dependency>
    <groupId>com.github.marchenkoprojects</groupId>
    <artifactId>sitemap4j</artifactId>
    <version>0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.marchenkoprojects/sitemap4j/
implementation 'com.github.marchenkoprojects:sitemap4j:0.1'
                // https://jarcasting.com/artifacts/com.github.marchenkoprojects/sitemap4j/
implementation ("com.github.marchenkoprojects:sitemap4j:0.1")
                'com.github.marchenkoprojects:sitemap4j:jar:0.1'
                <dependency org="com.github.marchenkoprojects" name="sitemap4j" rev="0.1">
  <artifact name="sitemap4j" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.marchenkoprojects', module='sitemap4j', version='0.1')
)
                libraryDependencies += "com.github.marchenkoprojects" % "sitemap4j" % "0.1"
                [com.github.marchenkoprojects/sitemap4j "0.1"]