is not current version
Last Version 1.0.3-RELEASE

com.daioware:sort 1.0.2-RELEASE

Utilities about sorting algorithms

GroupId

GroupId

com.daioware
ArtifactId

ArtifactId

sort
Version

Version

1.0.2-RELEASE
Type

Type

jar

Download sort 1.0.2-RELEASE


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