is not current version
Last Version 0.0.10

com.github.houbb:sort 0.0.6

The sort tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sort
Version

Version

0.0.6
Type

Type

pom

Download sort 0.0.6

Filename Size
sort-0.0.6.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.houbb/sort/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>sort</artifactId>
    <version>0.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sort/
implementation 'com.github.houbb:sort:0.0.6'
// https://jarcasting.com/artifacts/com.github.houbb/sort/
implementation ("com.github.houbb:sort:0.0.6")
'com.github.houbb:sort:pom:0.0.6'
<dependency org="com.github.houbb" name="sort" rev="0.0.6">
  <artifact name="sort" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sort', version='0.0.6')
)
libraryDependencies += "com.github.houbb" % "sort" % "0.0.6"
[com.github.houbb/sort "0.0.6"]