Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.nehlmeier.common |
ArtifactId | ArtifactIdcommon-gwt |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
common-gwt-1.0.0.pom | |
common-gwt-1.0.0.jar | 6 KB |
common-gwt-1.0.0-sources.jar | 2 KB |
common-gwt-1.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.nehlmeier.common/common-gwt/ -->
<dependency>
<groupId>de.nehlmeier.common</groupId>
<artifactId>common-gwt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.nehlmeier.common/common-gwt/
implementation 'de.nehlmeier.common:common-gwt:1.0.0'
// https://jarcasting.com/artifacts/de.nehlmeier.common/common-gwt/
implementation ("de.nehlmeier.common:common-gwt:1.0.0")
'de.nehlmeier.common:common-gwt:jar:1.0.0'
<dependency org="de.nehlmeier.common" name="common-gwt" rev="1.0.0">
<artifact name="common-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.nehlmeier.common', module='common-gwt', version='1.0.0')
)
libraryDependencies += "de.nehlmeier.common" % "common-gwt" % "1.0.0"
[de.nehlmeier.common/common-gwt "1.0.0"]