License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.google.gwt |
ArtifactId | ArtifactIdgwt-api-checker |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Development Library 2.0
The GWT Development Library supports the Java to javascript compiler and the hosted mode runtime.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-api-checker-2.0.0.pom | |
gwt-api-checker-2.0.0.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gwt/gwt-api-checker/ -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-api-checker</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gwt/gwt-api-checker/
implementation 'com.google.gwt:gwt-api-checker:2.0.0'
// https://jarcasting.com/artifacts/com.google.gwt/gwt-api-checker/
implementation ("com.google.gwt:gwt-api-checker:2.0.0")
'com.google.gwt:gwt-api-checker:jar:2.0.0'
<dependency org="com.google.gwt" name="gwt-api-checker" rev="2.0.0">
<artifact name="gwt-api-checker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gwt', module='gwt-api-checker', version='2.0.0')
)
libraryDependencies += "com.google.gwt" % "gwt-api-checker" % "2.0.0"
[com.google.gwt/gwt-api-checker "2.0.0"]