c

comparable

This is an improved and more intuitive implementation of a comparable instead of the Java one.
https://gitlab.com/general-purpose-libraries/comparable
MIT License
Marvin Haagen
文件下载
文件名 操作
comparable-1.0.jar 下载
comparable-1.0.pom 下载
comparable-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gitlab.marvinh</groupId>
  <artifactId>comparable</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.gitlab.marvinh:comparable:1.0'
Gradle Kotlin
implementation("com.gitlab.marvinh:comparable:1.0")
Scala SBT
libraryDependencies += "com.gitlab.marvinh" % "comparable" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gitlab.marvinh', module='comparable', version='1.0')
)
Apache Ivy
<dependency org="com.gitlab.marvinh" name="comparable" rev="1.0" />
Leiningen
[com.gitlab.marvinh/comparable "1.0"]
Apache Buildr
'com.gitlab.marvinh:comparable:jar:1.0'
本项目依赖
该项目无第三方依赖