| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdsort-api |
| Last Version | Last Version0.0.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe sort tool for java.
|
| Filename | Size |
|---|---|
| sort-api-0.0.10.pom | |
| sort-api-0.0.10.jar | 2 KB |
| sort-api-0.0.10-sources.jar | 1 KB |
| sort-api-0.0.10-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sort-api/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sort-api</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sort-api/
implementation 'com.github.houbb:sort-api:0.0.10'
// https://jarcasting.com/artifacts/com.github.houbb/sort-api/
implementation ("com.github.houbb:sort-api:0.0.10")
'com.github.houbb:sort-api:jar:0.0.10'
<dependency org="com.github.houbb" name="sort-api" rev="0.0.10">
<artifact name="sort-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sort-api', version='0.0.10')
)
libraryDependencies += "com.github.houbb" % "sort-api" % "0.0.10"
[com.github.houbb/sort-api "0.0.10"]