| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdsentence-segment |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsentence-segment
The sentence-segment tool for java.
|
| Filename | Size |
|---|---|
| sentence-segment-0.0.2.pom | |
| sentence-segment-0.0.2.jar | 21 KB |
| sentence-segment-0.0.2-sources.jar | 14 KB |
| sentence-segment-0.0.2-javadoc.jar | 180 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sentence-segment/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sentence-segment</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sentence-segment/
implementation 'com.github.houbb:sentence-segment:0.0.2'
// https://jarcasting.com/artifacts/com.github.houbb/sentence-segment/
implementation ("com.github.houbb:sentence-segment:0.0.2")
'com.github.houbb:sentence-segment:jar:0.0.2'
<dependency org="com.github.houbb" name="sentence-segment" rev="0.0.2">
<artifact name="sentence-segment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sentence-segment', version='0.0.2')
)
libraryDependencies += "com.github.houbb" % "sentence-segment" % "0.0.2"
[com.github.houbb/sentence-segment "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.89 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.12 |