License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases |
GroupId | GroupIdorg.qcri.rheem |
ArtifactId | ArtifactIdrheem-sqlite3 |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRheem is a tool to build platform-agnostic data processing apps and have them both optimized for and
executed on multiple different execution platforms, such as Java Streams and Apache Spark.
|
Filename | Size |
---|---|
rheem-sqlite3-0.3.0.pom | |
rheem-sqlite3-0.3.0.jar | 12 KB |
rheem-sqlite3-0.3.0-sources.jar | 8 KB |
rheem-sqlite3-0.3.0-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.qcri.rheem/rheem-sqlite3/ -->
<dependency>
<groupId>org.qcri.rheem</groupId>
<artifactId>rheem-sqlite3</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.qcri.rheem/rheem-sqlite3/
implementation 'org.qcri.rheem:rheem-sqlite3:0.3.0'
// https://jarcasting.com/artifacts/org.qcri.rheem/rheem-sqlite3/
implementation ("org.qcri.rheem:rheem-sqlite3:0.3.0")
'org.qcri.rheem:rheem-sqlite3:jar:0.3.0'
<dependency org="org.qcri.rheem" name="rheem-sqlite3" rev="0.3.0">
<artifact name="rheem-sqlite3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.qcri.rheem', module='rheem-sqlite3', version='0.3.0')
)
libraryDependencies += "org.qcri.rheem" % "rheem-sqlite3" % "0.3.0"
[org.qcri.rheem/rheem-sqlite3 "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.qcri.rheem : rheem-core | jar | 0.3.0 |
org.qcri.rheem : rheem-basic | jar | 0.3.0 |
org.qcri.rheem : rheem-jdbc-template | jar | 0.3.0 |
org.xerial : sqlite-jdbc | jar | 3.8.11.2 |
net.sf.trove4j : trove4j | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 2.0.41-beta |