License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.google.gwt |
ArtifactId | ArtifactIdgwt |
Last Version | Last Version2.10.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGWT
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-2.10.0.pom | 829 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gwt/gwt/ -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt</artifactId>
<version>2.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.gwt/gwt/
implementation 'com.google.gwt:gwt:2.10.0'
// https://jarcasting.com/artifacts/com.google.gwt/gwt/
implementation ("com.google.gwt:gwt:2.10.0")
'com.google.gwt:gwt:pom:2.10.0'
<dependency org="com.google.gwt" name="gwt" rev="2.10.0">
<artifact name="gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.gwt', module='gwt', version='2.10.0')
)
libraryDependencies += "com.google.gwt" % "gwt" % "2.10.0"
[com.google.gwt/gwt "2.10.0"]