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