| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторsort |
| Последняя версия | Последняя версия0.0.10 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеsort
The sort tool for java.
|
| Имя Файла | Размер |
|---|---|
| sort-0.0.10.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sort/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sort</artifactId>
<version>0.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sort/
implementation 'com.github.houbb:sort:0.0.10'
// https://jarcasting.com/artifacts/com.github.houbb/sort/
implementation ("com.github.houbb:sort:0.0.10")
'com.github.houbb:sort:pom:0.0.10'
<dependency org="com.github.houbb" name="sort" rev="0.0.10">
<artifact name="sort" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sort', version='0.0.10')
)
libraryDependencies += "com.github.houbb" % "sort" % "0.0.10"
[com.github.houbb/sort "0.0.10"]