| License |
License |
|---|---|
| GroupId | GroupIdcom.gitlab.marvinh |
| ArtifactId | ArtifactIdcomparable |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionComparable
This is an improved and more intuitive implementation of a comparable instead of the Java one.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| comparable-1.0.pom | |
| comparable-1.0.jar | 2 KB |
| comparable-1.0-sources.jar | 2 KB |
| comparable-1.0-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/comparable/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>comparable</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/comparable/
implementation 'com.gitlab.marvinh:comparable:1.0'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/comparable/
implementation ("com.gitlab.marvinh:comparable:1.0")
'com.gitlab.marvinh:comparable:jar:1.0'
<dependency org="com.gitlab.marvinh" name="comparable" rev="1.0">
<artifact name="comparable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='comparable', version='1.0')
)
libraryDependencies += "com.gitlab.marvinh" % "comparable" % "1.0"
[com.gitlab.marvinh/comparable "1.0"]