is not current version
Last Version 1.1.4

com.github.reggar:auto-value-ignore-hash-equals 1.0.0

AutoValue extension for ignoring a field in hashcodes and equals

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.reggar
ArtifactId

ArtifactId

auto-value-ignore-hash-equals
Version

Version

1.0.0
Type

Type

jar

Download auto-value-ignore-hash-equals 1.0.0


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