a

autohash

AutoHash is an AutoValue extension that caches hashCode result for your immutable value classes (just like java.lang.String::hashCode)
https://github.com/karlicoss/autohash
The Apache Software License, Version 2.0
Dmitrii Gerasimov
文件下载
文件名 操作
autohash-0.1.jar 下载
autohash-0.1.pom 下载
autohash-0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.karlicoss.auto.value</groupId>
  <artifactId>autohash</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.karlicoss.auto.value:autohash:0.1'
Gradle Kotlin
implementation("com.github.karlicoss.auto.value:autohash:0.1")
Scala SBT
libraryDependencies += "com.github.karlicoss.auto.value" % "autohash" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.karlicoss.auto.value', module='autohash', version='0.1')
)
Apache Ivy
<dependency org="com.github.karlicoss.auto.value" name="autohash" rev="0.1" />
Leiningen
[com.github.karlicoss.auto.value/autohash "0.1"]
Apache Buildr
'com.github.karlicoss.auto.value:autohash:jar:0.1'