platform
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.mx.path-mdx-model</groupId>
<artifactId>platform</artifactId>
<version>22.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.mx.path-mdx-model</groupId>
<artifactId>platform</artifactId>
<version>22.0.0</version>
<packaging>pom</packaging>
<name>platform</name>
<description>Path MDX Model</description>
<url>https://github.com/mxenabled/path-mdx-model</url>
<licenses>
<license>
<name>Proprietary</name>
<url>https://github.com/mxenabled/path-mdx-model/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>MX</name>
<email>path@mx.com</email>
<url>http://www.mx.com</url>
<organization>MX Technologies Inc.</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:mxenabled/path-mdx-model.git</connection>
<url>https://github.com/mxenabled/path-mdx-model/tree/master</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.mx.path-mdx-model</groupId>
<artifactId>mdx-gateway-generator</artifactId>
<version>22.0.0</version>
</dependency>
<dependency>
<groupId>com.mx.path-mdx-model</groupId>
<artifactId>mdx-gateways</artifactId>
<version>22.0.0</version>
</dependency>
<dependency>
<groupId>com.mx.path-mdx-model</groupId>
<artifactId>mdx-models</artifactId>
<version>22.0.0</version>
</dependency>
<dependency>
<groupId>com.mx.path-mdx-model</groupId>
<artifactId>mdx-web</artifactId>
<version>22.0.0</version>
</dependency>
<dependency>
<groupId>com.mx.path-mdx-model</groupId>
<artifactId>realtime</artifactId>
<version>22.0.0</version>
</dependency>
<dependency>
<groupId>com.mx.path-core</groupId>
<artifactId>platform</artifactId>
<version>[7.0,8.0)</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>