Natural order comparator for Java

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
Last Version

Last Version

1.1
Release Date

Release Date

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

How to add to project

<!-- 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.
net.grey-panther

Grey Panther

Grey Panther's

Versions

Version
1.1