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