License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.googlecode.cedar-common |
ArtifactId | ArtifactIdcedar-common-gwttestutil |
Last Version | Last Version5.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCedar Common GWT Test Utilities
Utility code for use in testing GWT, including a stubbed test runner using Mockito.
|
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwttestutil/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-gwttestutil</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwttestutil/
implementation 'com.googlecode.cedar-common:cedar-common-gwttestutil:5.8.4'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwttestutil/
implementation ("com.googlecode.cedar-common:cedar-common-gwttestutil:5.8.4")
'com.googlecode.cedar-common:cedar-common-gwttestutil:jar:5.8.4'
<dependency org="com.googlecode.cedar-common" name="cedar-common-gwttestutil" rev="5.8.4">
<artifact name="cedar-common-gwttestutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-gwttestutil', version='5.8.4')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-gwttestutil" % "5.8.4"
[com.googlecode.cedar-common/cedar-common-gwttestutil "5.8.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.7.0 |
junit-addons : junit-addons | jar | 1.4 |
org.javassist : javassist | jar | 3.18.2-GA |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.10.8 |
com.googlecode.cedar-common : cedar-common-util | jar | 5.8.4 |
org.springframework : spring-core | jar | 3.2.9.RELEASE |