is not current version
Last Version 4.0.1

com.github.fworks:screenfullgwt 3.0

Simple gwtwrapper for the screenfull.js (cross-browser usage of the JavaScript Fullscreen API http://sindresorhus.com/screenfull.js)

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.github.fworks
ArtifactId

ArtifactId

screenfullgwt
Version

Version

3.0
Type

Type

jar

Download screenfullgwt 3.0


<!-- https://jarcasting.com/artifacts/com.github.fworks/screenfullgwt/ -->
<dependency>
    <groupId>com.github.fworks</groupId>
    <artifactId>screenfullgwt</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fworks/screenfullgwt/
implementation 'com.github.fworks:screenfullgwt:3.0'
// https://jarcasting.com/artifacts/com.github.fworks/screenfullgwt/
implementation ("com.github.fworks:screenfullgwt:3.0")
'com.github.fworks:screenfullgwt:jar:3.0'
<dependency org="com.github.fworks" name="screenfullgwt" rev="3.0">
  <artifact name="screenfullgwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fworks', module='screenfullgwt', version='3.0')
)
libraryDependencies += "com.github.fworks" % "screenfullgwt" % "3.0"
[com.github.fworks/screenfullgwt "3.0"]