License |
License |
---|---|
GroupId | GroupIdorg.qcri.rheem |
ArtifactId | ArtifactIdrheem-core |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis Rheem module contains all the base code that is used by all other modules.
|
Filename | Size |
---|---|
rheem-core-0.3.0.pom | |
rheem-core-0.3.0.jar | 498 KB |
rheem-core-0.3.0-sources.jar | 279 KB |
rheem-core-0.3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.qcri.rheem/rheem-core/ -->
<dependency>
<groupId>org.qcri.rheem</groupId>
<artifactId>rheem-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.qcri.rheem/rheem-core/
implementation 'org.qcri.rheem:rheem-core:0.3.0'
// https://jarcasting.com/artifacts/org.qcri.rheem/rheem-core/
implementation ("org.qcri.rheem:rheem-core:0.3.0")
'org.qcri.rheem:rheem-core:jar:0.3.0'
<dependency org="org.qcri.rheem" name="rheem-core" rev="0.3.0">
<artifact name="rheem-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.qcri.rheem', module='rheem-core', version='0.3.0')
)
libraryDependencies += "org.qcri.rheem" % "rheem-core" % "0.3.0"
[org.qcri.rheem/rheem-core "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20160212 |
org.yaml : snakeyaml | jar | 1.17 |
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.7.13 |
org.slf4j : slf4j-simple | jar | 1.7.13 |
de.odysseus.juel : juel-api | jar | 2.2.7 |
de.odysseus.juel : juel-impl | jar | 2.2.7 |
com.google.code.gson : gson | jar | 2.2.4 |
de.hpi.isg : profiledb-instrumentation | jar | 0.1.1 |
de.hpi.isg : profiledb-store | jar | 0.1.1 |
org.antlr : antlr4 | jar | 4.5.3 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
net.sf.trove4j : trove4j | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-hdfs | jar | 2.2.0 |
org.apache.hadoop : hadoop-common | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 2.0.41-beta |