Download auto-value-ignore-hash-equals-1.1.4.jar file - Jar a

Jar examples for a:auto-value-ignore-hash-equals

Description

AutoValue extension for ignoring a field in hashcodes and equals

You can download jar file auto-value-ignore-hash-equals 1.1.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add auto-value-ignore-hash-equals-1.1.4.jar to your project.

<dependency>
   <groupId>com.github.reggar</groupId>
   <artifactId>auto-value-ignore-hash-equals</artifactId>
   <version>1.1.4</version>
</dependency>
compile group: 'com.github.reggar', name: 'auto-value-ignore-hash-equals', version: '1.1.4'
libraryDependencies += "com.github.reggar" % "auto-value-ignore-hash-equals" % "1.1.4"
<dependency org="com.github.reggar" name="auto-value-ignore-hash-equals" rev="1.1.4"/>
@Grapes(@Grab(group='com.github.reggar', module='auto-value-ignore-hash-equals', version='1.1.4'))
'com.github.reggar:auto-value-ignore-hash-equals:jar:1.1.4'

Download

Click the following link to download the jar file.

auto-value-ignore-hash-equals-1.1.4-javadoc.jar
auto-value-ignore-hash-equals-1.1.4-sources.jar
auto-value-ignore-hash-equals-1.1.4.jar
auto-value-ignore-hash-equals-1.1.4.pom



Related Tutorials