is not current version
Last Version 1.9

de.kotlincook.textmining:streetdivider 1.7

This library is able to divide (German) a concatenated street names consisting of the pure street name, the house number, and its affix into its single parts.

Categories

Categories

IDE Development Tools Kotlin Languages
GroupId

GroupId

de.kotlincook.textmining
ArtifactId

ArtifactId

streetdivider
Version

Version

1.7
Type

Type

jar

Download streetdivider 1.7


<!-- https://jarcasting.com/artifacts/de.kotlincook.textmining/streetdivider/ -->
<dependency>
    <groupId>de.kotlincook.textmining</groupId>
    <artifactId>streetdivider</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.kotlincook.textmining/streetdivider/
implementation 'de.kotlincook.textmining:streetdivider:1.7'
// https://jarcasting.com/artifacts/de.kotlincook.textmining/streetdivider/
implementation ("de.kotlincook.textmining:streetdivider:1.7")
'de.kotlincook.textmining:streetdivider:jar:1.7'
<dependency org="de.kotlincook.textmining" name="streetdivider" rev="1.7">
  <artifact name="streetdivider" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.kotlincook.textmining', module='streetdivider', version='1.7')
)
libraryDependencies += "de.kotlincook.textmining" % "streetdivider" % "1.7"
[de.kotlincook.textmining/streetdivider "1.7"]