Last Version

Street Divider 1.9

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

License

License

Categories

Categories

IDE Development Tools Kotlin Languages
GroupId

GroupId

de.kotlincook.textmining
ArtifactId

ArtifactId

streetdivider
Version

Version

1.9
Type

Type

jar
Description

Description

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

Project URL

https://github.com/javacook/streetdivider
Source Code Management

Source Code Management

https://github.com/javacook/streetdivider

Download streetdivider 1.9


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.6.10

Project Modules

There are no modules declared in this project.