is not current version
Last Version 4.0.1

com.github.fworks:screenfullgwt 1.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

1.0
Type

Type

jar

Download screenfullgwt 1.0


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