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