Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdde.swm |
ArtifactId | ArtifactIdswm-gwt-client |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
swm-gwt-client-3.0.pom | |
swm-gwt-client-3.0.jar | 426 KB |
swm-gwt-client-3.0-sources.jar | 182 KB |
swm-gwt-client-3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.swm/swm-gwt-client/ -->
<dependency>
<groupId>de.swm</groupId>
<artifactId>swm-gwt-client</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.swm/swm-gwt-client/
implementation 'de.swm:swm-gwt-client:3.0'
// https://jarcasting.com/artifacts/de.swm/swm-gwt-client/
implementation ("de.swm:swm-gwt-client:3.0")
'de.swm:swm-gwt-client:jar:3.0'
<dependency org="de.swm" name="swm-gwt-client" rev="3.0">
<artifact name="swm-gwt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.swm', module='swm-gwt-client', version='3.0')
)
libraryDependencies += "de.swm" % "swm-gwt-client" % "3.0"
[de.swm/swm-gwt-client "3.0"]