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