Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.pelle.mango |
ArtifactId | ArtifactIdmango-gwt-commons |
Version | Version0.0.9-FINAL |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.pelle.mango/mango-gwt-commons/ -->
<dependency>
<groupId>io.pelle.mango</groupId>
<artifactId>mango-gwt-commons</artifactId>
<version>0.0.9-FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/io.pelle.mango/mango-gwt-commons/
implementation 'io.pelle.mango:mango-gwt-commons:0.0.9-FINAL'
// https://jarcasting.com/artifacts/io.pelle.mango/mango-gwt-commons/
implementation ("io.pelle.mango:mango-gwt-commons:0.0.9-FINAL")
'io.pelle.mango:mango-gwt-commons:jar:0.0.9-FINAL'
<dependency org="io.pelle.mango" name="mango-gwt-commons" rev="0.0.9-FINAL">
<artifact name="mango-gwt-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pelle.mango', module='mango-gwt-commons', version='0.0.9-FINAL')
)
libraryDependencies += "io.pelle.mango" % "mango-gwt-commons" % "0.0.9-FINAL"
[io.pelle.mango/mango-gwt-commons "0.0.9-FINAL"]