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