License |
License |
---|---|
GroupId | GroupIdde.danielnaber |
ArtifactId | ArtifactIdjwordsplitter |
Last Version | Last Version4.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjwordsplitter
A Java library to split German compound words
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jwordsplitter-4.5.pom | |
jwordsplitter-4.5.jar | 370 KB |
jwordsplitter-4.5-sources.jar | 542 KB |
jwordsplitter-4.5-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.danielnaber/jwordsplitter/ -->
<dependency>
<groupId>de.danielnaber</groupId>
<artifactId>jwordsplitter</artifactId>
<version>4.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.danielnaber/jwordsplitter/
implementation 'de.danielnaber:jwordsplitter:4.5'
// https://jarcasting.com/artifacts/de.danielnaber/jwordsplitter/
implementation ("de.danielnaber:jwordsplitter:4.5")
'de.danielnaber:jwordsplitter:jar:4.5'
<dependency org="de.danielnaber" name="jwordsplitter" rev="4.5">
<artifact name="jwordsplitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.danielnaber', module='jwordsplitter', version='4.5')
)
libraryDependencies += "de.danielnaber" % "jwordsplitter" % "4.5"
[de.danielnaber/jwordsplitter "4.5"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 12.0 |
junit : junit | jar | 4.12 |