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