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