License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.karlicoss.auto.value |
ArtifactId | ArtifactIdautohash |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionAutoHash 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autohash-0.1.pom | |
autohash-0.1.jar | 5 KB |
autohash-0.1-sources.jar | 3 KB |
autohash-0.1-javadoc.jar | 22 KB |
Browse |
<!-- 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"]
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 |
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 |