License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.flipthebird.gwt-hashcode-equals |
ArtifactId | ArtifactIdgwt-hashcode-equals |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT HashCode/Equals
A port of Apache Commons Lang's HashCodeBuilder and EqualsBuilder to GWT.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-hashcode-equals-0.1.0.pom | |
gwt-hashcode-equals-0.1.0.jar | 19 KB |
gwt-hashcode-equals-0.1.0-sources.jar | 10 KB |
gwt-hashcode-equals-0.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.flipthebird.gwt-hashcode-equals/gwt-hashcode-equals/ -->
<dependency>
<groupId>com.flipthebird.gwt-hashcode-equals</groupId>
<artifactId>gwt-hashcode-equals</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.flipthebird.gwt-hashcode-equals/gwt-hashcode-equals/
implementation 'com.flipthebird.gwt-hashcode-equals:gwt-hashcode-equals:0.1.0'
// https://jarcasting.com/artifacts/com.flipthebird.gwt-hashcode-equals/gwt-hashcode-equals/
implementation ("com.flipthebird.gwt-hashcode-equals:gwt-hashcode-equals:0.1.0")
'com.flipthebird.gwt-hashcode-equals:gwt-hashcode-equals:jar:0.1.0'
<dependency org="com.flipthebird.gwt-hashcode-equals" name="gwt-hashcode-equals" rev="0.1.0">
<artifact name="gwt-hashcode-equals" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flipthebird.gwt-hashcode-equals', module='gwt-hashcode-equals', version='0.1.0')
)
libraryDependencies += "com.flipthebird.gwt-hashcode-equals" % "gwt-hashcode-equals" % "0.1.0"
[com.flipthebird.gwt-hashcode-equals/gwt-hashcode-equals "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.0.3 |
com.google.gwt : gwt-dev | jar | 2.0.3 |
junit : junit | jar | 4.8.1 |