| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools Net | 
| GroupId | GroupIdnet.grey-panther | 
| ArtifactId | ArtifactIdnatural-comparator | 
| Last Version | Last Version1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionNatural order comparator for Java Java implementation of the "natural sort" (also known as Alphanum sort) algorithm | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| natural-comparator-1.1.pom | |
| natural-comparator-1.1.jar | 5 KB | 
| natural-comparator-1.1-sources.jar | 3 KB | 
| natural-comparator-1.1-javadoc.jar | 29 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |