is not current version
Last Version 2.10.0

com.google.gwt:gwt 2.5.1-rc1


Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt
ArtifactId

ArtifactId

gwt
Version

Version

2.5.1-rc1
Type

Type

pom

Download gwt 2.5.1-rc1

Filename Size
gwt-2.5.1-rc1.pom 829 bytes
Browse

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