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