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