is not current version
Last Version 1.0.2

de.nehlmeier.common:common-gwt 1.0.0

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.0
Type

Type

jar

Download common-gwt 1.0.0


<!-- 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"]