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