| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Vaadin | 
| GroupId | GroupIdcom.vaadin.external.gwt | 
| ArtifactId | ArtifactIdgwt-codeserver | 
| Version | Version2.7.0.vaadin7 | 
| Type | Typejar | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
<!-- https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt-codeserver/ -->
<dependency>
    <groupId>com.vaadin.external.gwt</groupId>
    <artifactId>gwt-codeserver</artifactId>
    <version>2.7.0.vaadin7</version>
</dependency>// https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt-codeserver/
implementation 'com.vaadin.external.gwt:gwt-codeserver:2.7.0.vaadin7'// https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt-codeserver/
implementation ("com.vaadin.external.gwt:gwt-codeserver:2.7.0.vaadin7")'com.vaadin.external.gwt:gwt-codeserver:jar:2.7.0.vaadin7'<dependency org="com.vaadin.external.gwt" name="gwt-codeserver" rev="2.7.0.vaadin7">
  <artifact name="gwt-codeserver" type="jar" />
</dependency>@Grapes(
@Grab(group='com.vaadin.external.gwt', module='gwt-codeserver', version='2.7.0.vaadin7')
)libraryDependencies += "com.vaadin.external.gwt" % "gwt-codeserver" % "2.7.0.vaadin7"[com.vaadin.external.gwt/gwt-codeserver "2.7.0.vaadin7"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.vaadin.external.gwt : gwt-dev | jar | 2.7.0.vaadin7 |