Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.cedar-common |
ArtifactId | ArtifactIdcedar-common-gwt |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
cedar-common-gwt-2.1.3.pom | |
cedar-common-gwt-2.1.3.jar | 234 KB |
cedar-common-gwt-2.1.3-sources.jar | 126 KB |
cedar-common-gwt-2.1.3-javadoc.jar | 918 bytes |
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>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwt/
implementation 'com.googlecode.cedar-common:cedar-common-gwt:2.1.3'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-gwt/
implementation ("com.googlecode.cedar-common:cedar-common-gwt:2.1.3")
'com.googlecode.cedar-common:cedar-common-gwt:jar:2.1.3'
<dependency org="com.googlecode.cedar-common" name="cedar-common-gwt" rev="2.1.3">
<artifact name="cedar-common-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-gwt', version='2.1.3')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-gwt" % "2.1.3"
[com.googlecode.cedar-common/cedar-common-gwt "2.1.3"]