Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.cedar-common |
ArtifactId | ArtifactIdcedar-common-gwttestutil |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwttestutil/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-gwttestutil</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwttestutil/
implementation 'com.googlecode.cedar-common:cedar-common-gwttestutil:3.0.0'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwttestutil/
implementation ("com.googlecode.cedar-common:cedar-common-gwttestutil:3.0.0")
'com.googlecode.cedar-common:cedar-common-gwttestutil:jar:3.0.0'
<dependency org="com.googlecode.cedar-common" name="cedar-common-gwttestutil" rev="3.0.0">
<artifact name="cedar-common-gwttestutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-gwttestutil', version='3.0.0')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-gwttestutil" % "3.0.0"
[com.googlecode.cedar-common/cedar-common-gwttestutil "3.0.0"]