Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
---|---|
GroupId | GroupIdnet.officefloor.tutorial |
ArtifactId | ArtifactIdGwtApp |
Last Version | Last Version2.16.0 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
GwtApp-2.16.0.pom | |
GwtApp-2.16.0.jar | 86 KB |
GwtApp-2.16.0-test-sources.jar | 2 KB |
GwtApp-2.16.0-sources.jar | 4 KB |
GwtApp-2.16.0-project.zip | 35 KB |
GwtApp-2.16.0-project.tar.gz | 29 KB |
GwtApp-2.16.0-project.tar.bz2 | 31 KB |
GwtApp-2.16.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/GwtApp/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>GwtApp</artifactId>
<version>2.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/GwtApp/
implementation 'net.officefloor.tutorial:GwtApp:2.16.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/GwtApp/
implementation ("net.officefloor.tutorial:GwtApp:2.16.0")
'net.officefloor.tutorial:GwtApp:jar:2.16.0'
<dependency org="net.officefloor.tutorial" name="GwtApp" rev="2.16.0">
<artifact name="GwtApp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='GwtApp', version='2.16.0')
)
libraryDependencies += "net.officefloor.tutorial" % "GwtApp" % "2.16.0"
[net.officefloor.tutorial/GwtApp "2.16.0"]