| GroupId | GroupIdcom.github.houbb |
|---|---|
| ArtifactId | ArtifactIdsegment |
| Version | Version0.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| segment-0.1.4.pom | |
| segment-0.1.4.jar | 4 MB |
| segment-0.1.4-sources.jar | 4 MB |
| segment-0.1.4-javadoc.jar | 602 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/segment/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>segment</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/segment/
implementation 'com.github.houbb:segment:0.1.4'
// https://jarcasting.com/artifacts/com.github.houbb/segment/
implementation ("com.github.houbb:segment:0.1.4")
'com.github.houbb:segment:jar:0.1.4'
<dependency org="com.github.houbb" name="segment" rev="0.1.4">
<artifact name="segment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='segment', version='0.1.4')
)
libraryDependencies += "com.github.houbb" % "segment" % "0.1.4"
[com.github.houbb/segment "0.1.4"]