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