is not current version
Last Version 1.0.2

de.nehlmeier.common:common-gwt 1.0.1

Common utilities used by my other projects

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

de.nehlmeier.common
ArtifactId

ArtifactId

common-gwt
Version

Version

1.0.1
Type

Type

jar

Download common-gwt 1.0.1


<!-- https://jarcasting.com/artifacts/de.nehlmeier.common/common-gwt/ -->
<dependency>
    <groupId>de.nehlmeier.common</groupId>
    <artifactId>common-gwt</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.nehlmeier.common/common-gwt/
implementation 'de.nehlmeier.common:common-gwt:1.0.1'
// https://jarcasting.com/artifacts/de.nehlmeier.common/common-gwt/
implementation ("de.nehlmeier.common:common-gwt:1.0.1")
'de.nehlmeier.common:common-gwt:jar:1.0.1'
<dependency org="de.nehlmeier.common" name="common-gwt" rev="1.0.1">
  <artifact name="common-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.nehlmeier.common', module='common-gwt', version='1.0.1')
)
libraryDependencies += "de.nehlmeier.common" % "common-gwt" % "1.0.1"
[de.nehlmeier.common/common-gwt "1.0.1"]