Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ogc |
ArtifactId | ArtifactIdwms-v_1_0_7 |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
wms-v_1_0_7-1.0.2.pom | 639 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/wms-v_1_0_7/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>wms-v_1_0_7</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/wms-v_1_0_7/
implementation 'org.jvnet.ogc:wms-v_1_0_7:1.0.2'
// https://jarcasting.com/artifacts/org.jvnet.ogc/wms-v_1_0_7/
implementation ("org.jvnet.ogc:wms-v_1_0_7:1.0.2")
'org.jvnet.ogc:wms-v_1_0_7:pom:1.0.2'
<dependency org="org.jvnet.ogc" name="wms-v_1_0_7" rev="1.0.2">
<artifact name="wms-v_1_0_7" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='wms-v_1_0_7', version='1.0.2')
)
libraryDependencies += "org.jvnet.ogc" % "wms-v_1_0_7" % "1.0.2"
[org.jvnet.ogc/wms-v_1_0_7 "1.0.2"]