is not current version
Last Version 0.3.0

org.qcri.rheem:rheem-core 0.2.0

This Rheem module contains all the base code that is used by all other modules.

GroupId

GroupId

org.qcri.rheem
ArtifactId

ArtifactId

rheem-core
Version

Version

0.2.0
Type

Type

jar

Download rheem-core 0.2.0


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