License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdorg.gwtproject |
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 | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gwtproject/gwt/ -->
<dependency>
<groupId>org.gwtproject</groupId>
<artifactId>gwt</artifactId>
<version>2.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gwtproject/gwt/
implementation 'org.gwtproject:gwt:2.10.0'
// https://jarcasting.com/artifacts/org.gwtproject/gwt/
implementation ("org.gwtproject:gwt:2.10.0")
'org.gwtproject:gwt:pom:2.10.0'
<dependency org="org.gwtproject" name="gwt" rev="2.10.0">
<artifact name="gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gwtproject', module='gwt', version='2.10.0')
)
libraryDependencies += "org.gwtproject" % "gwt" % "2.10.0"
[org.gwtproject/gwt "2.10.0"]