Last Version

AutoHash extension for AutoValue 0.1

AutoHash is an AutoValue extension that caches hashCode result for your immutable value classes (just like java.lang.String::hashCode)

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.karlicoss.auto.value
ArtifactId

ArtifactId

autohash
Version

Version

0.1
Type

Type

jar
Description

Description

AutoHash extension for AutoValue
AutoHash is an AutoValue extension that caches hashCode result for your immutable value classes (just like java.lang.String::hashCode)
Project URL

Project URL

https://github.com/karlicoss/autohash
Source Code Management

Source Code Management

https://github.com/karlicoss/autohash

Download autohash 0.1


<!-- https://jarcasting.com/artifacts/com.github.karlicoss.auto.value/autohash/ -->
<dependency>
    <groupId>com.github.karlicoss.auto.value</groupId>
    <artifactId>autohash</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.karlicoss.auto.value/autohash/
implementation 'com.github.karlicoss.auto.value:autohash:0.1'
// https://jarcasting.com/artifacts/com.github.karlicoss.auto.value/autohash/
implementation ("com.github.karlicoss.auto.value:autohash:0.1")
'com.github.karlicoss.auto.value:autohash:jar:0.1'
<dependency org="com.github.karlicoss.auto.value" name="autohash" rev="0.1">
  <artifact name="autohash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.karlicoss.auto.value', module='autohash', version='0.1')
)
libraryDependencies += "com.github.karlicoss.auto.value" % "autohash" % "0.1"
[com.github.karlicoss.auto.value/autohash "0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.auto.value : auto-value jar 1.2
com.google.auto.service : auto-service jar 1.0-rc2
com.squareup : javapoet jar 1.6.1

test (4)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.4
junit : junit jar 4.12
com.google.testing.compile : compile-testing jar 0.9
com.google.truth : truth jar 0.28

Project Modules

There are no modules declared in this project.