| License |
License |
|---|---|
| GroupId | GroupIdcom.github.trickl |
| ArtifactId | ArtifactIdsort |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTrickl Sort
Utility functions for dealing with natural sort
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sort-0.1.1.pom | |
| sort-0.1.1.jar | 33 KB |
| sort-0.1.1-sources.jar | 20 KB |
| sort-0.1.1-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.trickl/sort/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>sort</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/sort/
implementation 'com.github.trickl:sort:0.1.1'
// https://jarcasting.com/artifacts/com.github.trickl/sort/
implementation ("com.github.trickl:sort:0.1.1")
'com.github.trickl:sort:jar:0.1.1'
<dependency org="com.github.trickl" name="sort" rev="0.1.1">
<artifact name="sort" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='sort', version='0.1.1')
)
libraryDependencies += "com.github.trickl" % "sort" % "0.1.1"
[com.github.trickl/sort "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.caliper : caliper | jar | 1.0-beta-2 |