is not current version
Last Version 0.0.10

com.github.houbb:sort 0.0.1

The sort tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sort
Version

Version

0.0.1
Type

Type

pom

Download sort 0.0.1

Filename Size
sort-0.0.1.pom 9 KB
Browse

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