is not current version
Last Version 0.0.2

com.github.houbb:sentence-segment 0.0.1

The sentence-segment tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sentence-segment
Version

Version

0.0.1
Type

Type

jar

Download sentence-segment 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.houbb/sentence-segment/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>sentence-segment</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sentence-segment/
implementation 'com.github.houbb:sentence-segment:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/sentence-segment/
implementation ("com.github.houbb:sentence-segment:0.0.1")
'com.github.houbb:sentence-segment:jar:0.0.1'
<dependency org="com.github.houbb" name="sentence-segment" rev="0.0.1">
  <artifact name="sentence-segment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sentence-segment', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "sentence-segment" % "0.0.1"
[com.github.houbb/sentence-segment "0.0.1"]