| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.flipthebird.gwt-hashcode-equals |
| Идентификатор | Идентификаторgwt-hashcode-equals |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGWT HashCode/Equals
A port of Apache Commons Lang's HashCodeBuilder and EqualsBuilder to GWT.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.0.3 |
| com.google.gwt : gwt-dev | jar | 2.0.3 |
| junit : junit | jar | 4.8.1 |