spark-cdm-connector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>spark-cdm-connector</artifactId> <version>0.19.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.microsoft.azure</groupId> <artifactId>spark-cdm-connector</artifactId> <packaging>jar</packaging> <description>spark-cdm-connector</description> <url>https://github.com/Azure/spark-cdm-connector</url> <version>0.19.1</version> <licenses> <license> <name>APL2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>spark-cdm-connector</name> <organization> <name>com.microsoft.azure</name> <url>https://github.com/Azure/spark-cdm-connector</url> </organization> <scm> <url>https://github.com/Azure/new-spark-cdm</url> <connection>scm:git@github.com:Azure/new-spark-cdm.git</connection> </scm> <developers> <developer> <id>tibisso</id> <name>Timothy Bisson</name> <url>https://github.com/bissont</url> <email>tibisso@microsoft.com</email> </developer> <developer> <id>srruj</id> <name>Sricheta Ruj</name> <url>https://github.com/sricheta92</url> <email>Sricheta.Ruj@microsoft.com</email> </developer> </developers> <dependencies> </dependencies> </project>