aggregator_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.chronon</groupId> <artifactId>aggregator_2.11</artifactId> <version>0.0.4</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>ai.chronon</groupId> <artifactId>aggregator_2.11</artifactId> <packaging>jar</packaging> <description>Chronon is a feature engineering platform</description> <url>https://github.com/airbnb/chronon</url> <version>0.0.4</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>aggregator</name> <organization> <name>chronon</name> <url>https://github.com/airbnb/chronon</url> </organization> <scm> <url>https://github.com/airbnb/chronon</url> <connection>scm:git@github.com:airbnb/chronon.git</connection> </scm> <developers> <developer> <id>nikhilsimha</id> <name>Nikhil Simha</name> <email>r.nikhilsimha@gmail.com</email> <url>http://nikhilsimha.com</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>ai.chronon</groupId> <artifactId>api_2.11</artifactId> <version>0.0.4</version> </dependency> <dependency> <groupId>com.yahoo.datasketches</groupId> <artifactId>sketches-core</artifactId> <version>0.13.4</version> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.11</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.6</version> </dependency> </dependencies> </project>