Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.cedar-common |
ArtifactId | ArtifactIdcedar-common-gwt |
Version | Version5.2.1 |
Type | Typejar |
Filename | Size |
---|---|
cedar-common-gwt-5.2.1.pom | |
cedar-common-gwt-5.2.1.jar | 421 KB |
cedar-common-gwt-5.2.1-sources.jar | 208 KB |
cedar-common-gwt-5.2.1-javadoc.jar | 615 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwt/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-gwt</artifactId>
<version>5.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwt/
implementation 'com.googlecode.cedar-common:cedar-common-gwt:5.2.1'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwt/
implementation ("com.googlecode.cedar-common:cedar-common-gwt:5.2.1")
'com.googlecode.cedar-common:cedar-common-gwt:jar:5.2.1'
<dependency org="com.googlecode.cedar-common" name="cedar-common-gwt" rev="5.2.1">
<artifact name="cedar-common-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-gwt', version='5.2.1')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-gwt" % "5.2.1"
[com.googlecode.cedar-common/cedar-common-gwt "5.2.1"]