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