Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.fworks |
ArtifactId | ArtifactIdscreenfullgwt |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
screenfullgwt-3.0.pom | |
screenfullgwt-3.0.jar | 9 KB |
screenfullgwt-3.0-sources.jar | 8 KB |
screenfullgwt-3.0-javadoc.jar | 47 KB |
Browse |
<!-- 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"]