MVN

org.n52.sensorweb : 52n-common-xml

Maven & Gradle

May 12, 2020
7 stars

52North XML Schema Bindings · The 52n XML Bindings comprise the OGC schema models and all 52n schema models needed across the 52n SWE framework.

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

Latest Version

Choose a version of org.n52.sensorweb : 52n-common-xml to add to Maven - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of org.n52.sensorweb : 52n-common-xml to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7.x
52n-common-xml-2.7.0
2.6.x
52n-common-xml-2.6.1
2.5.x
52n-common-xml-2.5.0
2.4.x
52n-common-xml-2.4.0
2.3.x
52n-common-xml-2.3.0
2.2.x
52n-common-xml-2.2.0
2.1.x
52n-common-xml-2.1.0
2.0.x
52n-common-xml-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.n52.sensorweb</groupId>
    <artifactId>52n-common-xml</artifactId>
    <version>2.7.0</version>
</dependency>

Advertisement