Last Version

Natural order comparator for Java 1.1

Java implementation of the "natural sort" (also known as Alphanum sort) algorithm

License

License

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.grey-panther
ArtifactId

ArtifactId

natural-comparator
Version

Version

1.1
Type

Type

jar
Description

Description

Natural order comparator for Java
Java implementation of the "natural sort" (also known as Alphanum sort) algorithm
Project URL

Project URL

https://github.com/gpanther/java-nat-sort

Download natural-comparator 1.1


<!-- https://jarcasting.com/artifacts/net.grey-panther/natural-comparator/ -->
<dependency>
    <groupId>net.grey-panther</groupId>
    <artifactId>natural-comparator</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.grey-panther/natural-comparator/
implementation 'net.grey-panther:natural-comparator:1.1'
// https://jarcasting.com/artifacts/net.grey-panther/natural-comparator/
implementation ("net.grey-panther:natural-comparator:1.1")
'net.grey-panther:natural-comparator:jar:1.1'
<dependency org="net.grey-panther" name="natural-comparator" rev="1.1">
  <artifact name="natural-comparator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.grey-panther', module='natural-comparator', version='1.1')
)
libraryDependencies += "net.grey-panther" % "natural-comparator" % "1.1"
[net.grey-panther/natural-comparator "1.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.