is not current version
Last Version 2.10.0

com.google.gwt:gwt 2.6.0-rc4


Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt
ArtifactId

ArtifactId

gwt
Version

Version

2.6.0-rc4
Type

Type

pom

Download gwt 2.6.0-rc4

Filename Size
gwt-2.6.0-rc4.pom 783 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.google.gwt/gwt/ -->
<dependency>
    <groupId>com.google.gwt</groupId>
    <artifactId>gwt</artifactId>
    <version>2.6.0-rc4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.gwt/gwt/
implementation 'com.google.gwt:gwt:2.6.0-rc4'
// https://jarcasting.com/artifacts/com.google.gwt/gwt/
implementation ("com.google.gwt:gwt:2.6.0-rc4")
'com.google.gwt:gwt:pom:2.6.0-rc4'
<dependency org="com.google.gwt" name="gwt" rev="2.6.0-rc4">
  <artifact name="gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.gwt', module='gwt', version='2.6.0-rc4')
)
libraryDependencies += "com.google.gwt" % "gwt" % "2.6.0-rc4"
[com.google.gwt/gwt "2.6.0-rc4"]