MVN

org.n52.sensorweb : 52n-xml-aixm-v511

Maven & Gradle

Apr 23, 2018

AIXM 5.1 schemas (adjusted to support metadata by reference) · Aeronautical Information Exchange 5.1 - adjusted to support metadata by reference. DNOTAM Event and AIXMBasicMessage schemas included. The AIXM_AbstractGML_ObjectTypes.xsd needed to be adjusted to work around an existing bug (aixm:name AND gml:name as children of the same type). This resulted in the gml:id not set to use=required, so handle validation with good care.

<dependency>
    <groupId>org.n52.sensorweb</groupId>
    <artifactId>52n-xml-aixm-v511</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.n52.sensorweb : 52n-xml-aixm-v511 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of org.n52.sensorweb : 52n-xml-aixm-v511 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
52n-xml-aixm-v511-2.5.0
2.3.x
52n-xml-aixm-v511-2.3.0
2.2.x
52n-xml-aixm-v511-2.2.0
2.1.x
52n-xml-aixm-v511-2.1.0
2.0.x
52n-xml-aixm-v511-2.0.0

How to add a dependency to Maven

Add the following org.n52.sensorweb : 52n-xml-aixm-v511 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.n52.sensorweb</groupId>
    <artifactId>52n-xml-aixm-v511</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.n52.sensorweb : 52n-xml-aixm-v511 gradle dependency to your build.gradle file:

implementation 'org.n52.sensorweb:52n-xml-aixm-v511:2.5.0'

Gradle Kotlin DSL: Add the following org.n52.sensorweb : 52n-xml-aixm-v511 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.n52.sensorweb:52n-xml-aixm-v511:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.n52.sensorweb : 52n-xml-aixm-v511 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.n52.sensorweb" % "52n-xml-aixm-v511" % "2.5.0"