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
Files download
File Operation
autohash-0.1.jar download
autohash-0.1.pom download
autohash-0.1-sources.jar download
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'