| Группа | Группаcom.github.houbb |
|---|---|
| Идентификатор | Идентификаторsegment |
| Версия | Версия0.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| segment-0.1.0.pom | |
| segment-0.1.0.jar | 2 MB |
| segment-0.1.0-sources.jar | 2 MB |
| segment-0.1.0-javadoc.jar | 504 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/segment/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>segment</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/segment/
implementation 'com.github.houbb:segment:0.1.0'
// https://jarcasting.com/artifacts/com.github.houbb/segment/
implementation ("com.github.houbb:segment:0.1.0")
'com.github.houbb:segment:jar:0.1.0'
<dependency org="com.github.houbb" name="segment" rev="0.1.0">
<artifact name="segment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='segment', version='0.1.0')
)
libraryDependencies += "com.github.houbb" % "segment" % "0.1.0"
[com.github.houbb/segment "0.1.0"]