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