jsonoid-discovery_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.dataunitylab</groupId>
<artifactId>jsonoid-discovery_2.13</artifactId>
<version>0.40.0</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>io.github.dataunitylab</groupId>
<artifactId>jsonoid-discovery_2.13</artifactId>
<packaging>jar</packaging>
<description>JSONoid Discovery</description>
<url>https://github.com/dataunitylab/jsonoid-discovery</url>
<version>0.40.0</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>JSONoid Discovery</name>
<organization>
<name>Rochester Institute of Technology</name>
<url>https://github.com/dataunitylab/jsonoid-discovery</url>
</organization>
<scm>
<url>https://github.com/dataunitylab/jsonoid-discovery</url>
<connection>scm:git:https://github.com/dataunitylab/jsonoid-discovery.git</connection>
<developerConnection>scm:git:git@github.com:dataunitylab/jsonoid-discovery.git</developerConnection>
</scm>
<developers>
<developer>
<id>michaelmior</id>
<name>Michael Mior</name>
<url>https://michael.mior.ca</url>
<email>mmior@mail.rit.edu </email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.14</version>
</dependency>
<dependency>
<groupId>io.github.michaelmior</groupId>
<artifactId>bloomfilter</artifactId>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>sketches-java</artifactId>
<version>0.8.3</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.13</artifactId>
<version>3.7.0-M11</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-scalaz_2.13</artifactId>
<version>3.7.0-M11</version>
</dependency>
<dependency>
<groupId>io.github.michaelmior</groupId>
<artifactId>dbscan</artifactId>
<version>0.2</version>
</dependency>
<dependency>
<groupId>io.github.dataunitylab</groupId>
<artifactId>fuzzy-sets_2.13</artifactId>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.github.prasanthj</groupId>
<artifactId>hyperloglog</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>com.google.openlocationcode</groupId>
<artifactId>openlocationcode</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.3</version>
</dependency>
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.13</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.github.tototoshi</groupId>
<artifactId>scala-csv_2.13</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.13</artifactId>
<version>3.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.13</artifactId>
<version>3.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scalactic</groupId>
<artifactId>scalactic_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-18_2.13</artifactId>
<version>3.2.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.13</artifactId>
<version>1.18.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>