GroupId | GroupIdorg.zkoss.zkforge |
---|---|
ArtifactId | ArtifactIdgmapsz |
Version | Version2.0-3 |
Type | Typejar |
Filename | Size |
---|---|
gmapsz-2.0-3.pom | |
gmapsz-2.0-3.jar | 18 KB |
gmapsz-2.0-3-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zkoss.zkforge/gmapsz/ -->
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>gmapsz</artifactId>
<version>2.0-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.zkoss.zkforge/gmapsz/
implementation 'org.zkoss.zkforge:gmapsz:2.0-3'
// https://jarcasting.com/artifacts/org.zkoss.zkforge/gmapsz/
implementation ("org.zkoss.zkforge:gmapsz:2.0-3")
'org.zkoss.zkforge:gmapsz:jar:2.0-3'
<dependency org="org.zkoss.zkforge" name="gmapsz" rev="2.0-3">
<artifact name="gmapsz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zkoss.zkforge', module='gmapsz', version='2.0-3')
)
libraryDependencies += "org.zkoss.zkforge" % "gmapsz" % "2.0-3"
[org.zkoss.zkforge/gmapsz "2.0-3"]