Speaking URL
This is the Java port of Speaking URL. See project site for more information.
| License | 
                License | 
        
|---|---|
| GroupId | GroupIdde.weltraumschaf | 
    
| ArtifactId | ArtifactIdspeakingurl | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpeaking URL 
            GeneraTe a slug with a lot of  options; create of so called 'static' or 'Clean
        URL' or 'Pretty  URL' or 'nice-looking URL' or 'Speaking  URL' or 'user-friendly
        URL' or 'SEO-friendly URL' from a  string. This module aims to transliterate the
        input string.
        Java port of https://github.com/pid/speakingurl. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| speakingurl-1.0.0.pom | |
| speakingurl-1.0.0.jar | 28 KB | 
| speakingurl-1.0.0-sources.jar | 15 KB | 
| speakingurl-1.0.0-javadoc.jar | 87 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.weltraumschaf/speakingurl/ -->
<dependency>
    <groupId>de.weltraumschaf</groupId>
    <artifactId>speakingurl</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/de.weltraumschaf/speakingurl/
implementation 'de.weltraumschaf:speakingurl:1.0.0'
                // https://jarcasting.com/artifacts/de.weltraumschaf/speakingurl/
implementation ("de.weltraumschaf:speakingurl:1.0.0")
                'de.weltraumschaf:speakingurl:jar:1.0.0'
                <dependency org="de.weltraumschaf" name="speakingurl" rev="1.0.0">
  <artifact name="speakingurl" type="jar" />
</dependency>
                @Grapes(
@Grab(group='de.weltraumschaf', module='speakingurl', version='1.0.0')
)
                libraryDependencies += "de.weltraumschaf" % "speakingurl" % "1.0.0"
                [de.weltraumschaf/speakingurl "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.mockito : mockito-core | jar | 1.9.5 | 
| com.googlecode.multithreadedtc : multithreadedtc | jar | 1.01 | 
This is the Java port of Speaking URL. See project site for more information.