| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Vaadin |
| GroupId | GroupIdcom.vaadin.external.gwt |
| ArtifactId | ArtifactIdgwt |
| Last Version | Last Version2.7.0.vaadin7 |
| 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.7.0.vaadin7.pom | 796 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt/ -->
<dependency>
<groupId>com.vaadin.external.gwt</groupId>
<artifactId>gwt</artifactId>
<version>2.7.0.vaadin7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt/
implementation 'com.vaadin.external.gwt:gwt:2.7.0.vaadin7'
// https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt/
implementation ("com.vaadin.external.gwt:gwt:2.7.0.vaadin7")
'com.vaadin.external.gwt:gwt:pom:2.7.0.vaadin7'
<dependency org="com.vaadin.external.gwt" name="gwt" rev="2.7.0.vaadin7">
<artifact name="gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.gwt', module='gwt', version='2.7.0.vaadin7')
)
libraryDependencies += "com.vaadin.external.gwt" % "gwt" % "2.7.0.vaadin7"
[com.vaadin.external.gwt/gwt "2.7.0.vaadin7"]