MVN

org.jvnet.ogc : wms-v_1_3_0-exceptions

Maven & Gradle

Feb 27, 2016

OGC WMS 1.3.0 Exceptions

<dependency>
    <groupId>org.jvnet.ogc</groupId>
    <artifactId>wms-v_1_3_0-exceptions</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.ogc : wms-v_1_3_0-exceptions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of org.jvnet.ogc : wms-v_1_3_0-exceptions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
wms-v_1_3_0-exceptions-2.6.1
wms-v_1_3_0-exceptions-2.6.0
2.5.x
wms-v_1_3_0-exceptions-2.5.4
wms-v_1_3_0-exceptions-2.5.3
wms-v_1_3_0-exceptions-2.5.2
wms-v_1_3_0-exceptions-2.5.1
wms-v_1_3_0-exceptions-2.5.0
2.4.x
wms-v_1_3_0-exceptions-2.4.0
2.2.x
wms-v_1_3_0-exceptions-2.2.0

How to add a dependency to Maven

Add the following org.jvnet.ogc : wms-v_1_3_0-exceptions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.ogc</groupId>
    <artifactId>wms-v_1_3_0-exceptions</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.ogc : wms-v_1_3_0-exceptions gradle dependency to your build.gradle file:

implementation 'org.jvnet.ogc:wms-v_1_3_0-exceptions:2.6.1'

Gradle Kotlin DSL: Add the following org.jvnet.ogc : wms-v_1_3_0-exceptions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.ogc:wms-v_1_3_0-exceptions:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.ogc : wms-v_1_3_0-exceptions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.ogc" % "wms-v_1_3_0-exceptions" % "2.6.1"

Advertisement