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