Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.gwt-test-utils |
ArtifactId | ArtifactIdgwt-test-utils-gxt |
Version | Version0.22.7 |
Type | Typejar |
Filename | Size |
---|---|
gwt-test-utils-gxt-0.22.7.pom | |
gwt-test-utils-gxt-0.22.7.jar | 144 KB |
gwt-test-utils-gxt-0.22.7-sources.jar | 53 KB |
gwt-test-utils-gxt-0.22.7-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gwt-test-utils/gwt-test-utils-gxt/ -->
<dependency>
<groupId>com.googlecode.gwt-test-utils</groupId>
<artifactId>gwt-test-utils-gxt</artifactId>
<version>0.22.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwt-test-utils/gwt-test-utils-gxt/
implementation 'com.googlecode.gwt-test-utils:gwt-test-utils-gxt:0.22.7'
// https://jarcasting.com/artifacts/com.googlecode.gwt-test-utils/gwt-test-utils-gxt/
implementation ("com.googlecode.gwt-test-utils:gwt-test-utils-gxt:0.22.7")
'com.googlecode.gwt-test-utils:gwt-test-utils-gxt:jar:0.22.7'
<dependency org="com.googlecode.gwt-test-utils" name="gwt-test-utils-gxt" rev="0.22.7">
<artifact name="gwt-test-utils-gxt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwt-test-utils', module='gwt-test-utils-gxt', version='0.22.7')
)
libraryDependencies += "com.googlecode.gwt-test-utils" % "gwt-test-utils-gxt" % "0.22.7"
[com.googlecode.gwt-test-utils/gwt-test-utils-gxt "0.22.7"]