Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdde.swm |
ArtifactId | ArtifactIdswm-gwt-client |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
swm-gwt-client-2.4.pom | |
swm-gwt-client-2.4.jar | 421 KB |
swm-gwt-client-2.4-sources.jar | 180 KB |
swm-gwt-client-2.4-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>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.swm/swm-gwt-client/
implementation 'de.swm:swm-gwt-client:2.4'
// https://jarcasting.com/artifacts/de.swm/swm-gwt-client/
implementation ("de.swm:swm-gwt-client:2.4")
'de.swm:swm-gwt-client:jar:2.4'
<dependency org="de.swm" name="swm-gwt-client" rev="2.4">
<artifact name="swm-gwt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.swm', module='swm-gwt-client', version='2.4')
)
libraryDependencies += "de.swm" % "swm-gwt-client" % "2.4"
[de.swm/swm-gwt-client "2.4"]