Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ogc |
ArtifactId | ArtifactIdwms-v_1_3_0-exceptions |
Version | Version2.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/wms-v_1_3_0-exceptions/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>wms-v_1_3_0-exceptions</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/wms-v_1_3_0-exceptions/
implementation 'org.jvnet.ogc:wms-v_1_3_0-exceptions:2.5.1'
// https://jarcasting.com/artifacts/org.jvnet.ogc/wms-v_1_3_0-exceptions/
implementation ("org.jvnet.ogc:wms-v_1_3_0-exceptions:2.5.1")
'org.jvnet.ogc:wms-v_1_3_0-exceptions:jar:2.5.1'
<dependency org="org.jvnet.ogc" name="wms-v_1_3_0-exceptions" rev="2.5.1">
<artifact name="wms-v_1_3_0-exceptions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='wms-v_1_3_0-exceptions', version='2.5.1')
)
libraryDependencies += "org.jvnet.ogc" % "wms-v_1_3_0-exceptions" % "2.5.1"
[org.jvnet.ogc/wms-v_1_3_0-exceptions "2.5.1"]