g

gwt-hashcode-equals

A port of Apache Commons Lang's HashCodeBuilder and EqualsBuilder to GWT.
http://gwt-hashcode-equals.googlecode.com
Apache License, Version 2.0
Daniel Bell
Files download
File Operation
gwt-hashcode-equals-0.1.0.jar download
gwt-hashcode-equals-0.1.0.pom download
gwt-hashcode-equals-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.flipthebird.gwt-hashcode-equals</groupId>
  <artifactId>gwt-hashcode-equals</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.flipthebird.gwt-hashcode-equals:gwt-hashcode-equals:0.1.0'
Gradle Kotlin
implementation("com.flipthebird.gwt-hashcode-equals:gwt-hashcode-equals:0.1.0")
Scala SBT
libraryDependencies += "com.flipthebird.gwt-hashcode-equals" % "gwt-hashcode-equals" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.flipthebird.gwt-hashcode-equals', module='gwt-hashcode-equals', version='0.1.0')
)
Apache Ivy
<dependency org="com.flipthebird.gwt-hashcode-equals" name="gwt-hashcode-equals" rev="0.1.0" />
Leiningen
[com.flipthebird.gwt-hashcode-equals/gwt-hashcode-equals "0.1.0"]
Apache Buildr
'com.flipthebird.gwt-hashcode-equals:gwt-hashcode-equals:jar:0.1.0'