License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.fworks |
ArtifactId | ArtifactIdscreenfullgwt |
Version | Version4.0.1 |
Type | Typejar |
Description |
DescriptionScreenFull GWT
Simple gwtwrapper for the screenfull.js (cross-browser usage of the JavaScript Fullscreen API http://sindresorhus.com/screenfull.js)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
screenfullgwt-4.0.1.pom | |
screenfullgwt-4.0.1.jar | 9 KB |
screenfullgwt-4.0.1-sources.jar | 7 KB |
screenfullgwt-4.0.1-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fworks/screenfullgwt/ -->
<dependency>
<groupId>com.github.fworks</groupId>
<artifactId>screenfullgwt</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fworks/screenfullgwt/
implementation 'com.github.fworks:screenfullgwt:4.0.1'
// https://jarcasting.com/artifacts/com.github.fworks/screenfullgwt/
implementation ("com.github.fworks:screenfullgwt:4.0.1")
'com.github.fworks:screenfullgwt:jar:4.0.1'
<dependency org="com.github.fworks" name="screenfullgwt" rev="4.0.1">
<artifact name="screenfullgwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fworks', module='screenfullgwt', version='4.0.1')
)
libraryDependencies += "com.github.fworks" % "screenfullgwt" % "4.0.1"
[com.github.fworks/screenfullgwt "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | |
com.google.gwt : gwt-dev | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |