is not current version
Last Version 0.1.8

com.github.houbb:segment 0.1.3

The segment tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

segment
Version

Version

0.1.3
Type

Type

jar

Download segment 0.1.3


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