is not current version
Last Version 2.8.0

com.cloudera.oryx:oryx 2.7.0

The Oryx open source project provides infrastructure for lambda-architecture applications on top of Spark, Spark Streaming and Kafka. On this, it provides further support for real-time, large scale machine learning, and end-to-end applications of this support for common machine learning use cases, like recommendations, clustering, classification and regression.

Categories

Categories

Oryx Business Logic Libraries Machine Learning
GroupId

GroupId

com.cloudera.oryx
ArtifactId

ArtifactId

oryx
Version

Version

2.7.0
Type

Type

pom

Download oryx 2.7.0

Filename Size
oryx-2.7.0.pom 44 KB
Browse

<!-- https://jarcasting.com/artifacts/com.cloudera.oryx/oryx/ -->
<dependency>
    <groupId>com.cloudera.oryx</groupId>
    <artifactId>oryx</artifactId>
    <version>2.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cloudera.oryx/oryx/
implementation 'com.cloudera.oryx:oryx:2.7.0'
// https://jarcasting.com/artifacts/com.cloudera.oryx/oryx/
implementation ("com.cloudera.oryx:oryx:2.7.0")
'com.cloudera.oryx:oryx:pom:2.7.0'
<dependency org="com.cloudera.oryx" name="oryx" rev="2.7.0">
  <artifact name="oryx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cloudera.oryx', module='oryx', version='2.7.0')
)
libraryDependencies += "com.cloudera.oryx" % "oryx" % "2.7.0"
[com.cloudera.oryx/oryx "2.7.0"]