License |
License |
---|---|
Categories |
CategoriesData Search Business Logic Libraries |
GroupId | GroupIdedu.chop.research.dbhi |
ArtifactId | ArtifactIddataexpress_2.12 |
Version | Version0.9.3 |
Type | Typejar |
Description |
Descriptiondataexpress
DataExpress is a simple, Scala-based cross database ETL toolkit supporting Postgres, MySql, Oracle, SQLServer, and Sqlite.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dataexpress_2.12-0.9.3.pom | |
dataexpress_2.12-0.9.3.jar | 559 KB |
dataexpress_2.12-0.9.3-sources.jar | 84 KB |
dataexpress_2.12-0.9.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.chop.research.dbhi/dataexpress_2.12/ -->
<dependency>
<groupId>edu.chop.research.dbhi</groupId>
<artifactId>dataexpress_2.12</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.chop.research.dbhi/dataexpress_2.12/
implementation 'edu.chop.research.dbhi:dataexpress_2.12:0.9.3'
// https://jarcasting.com/artifacts/edu.chop.research.dbhi/dataexpress_2.12/
implementation ("edu.chop.research.dbhi:dataexpress_2.12:0.9.3")
'edu.chop.research.dbhi:dataexpress_2.12:jar:0.9.3'
<dependency org="edu.chop.research.dbhi" name="dataexpress_2.12" rev="0.9.3">
<artifact name="dataexpress_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.chop.research.dbhi', module='dataexpress_2.12', version='0.9.3')
)
libraryDependencies += "edu.chop.research.dbhi" % "dataexpress_2.12" % "0.9.3"
[edu.chop.research.dbhi/dataexpress_2.12 "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.8 |
org.xerial : sqlite-jdbc | jar | 3.28.0 |
mysql : mysql-connector-java | jar | 8.0.16 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.8 |
junit : junit | jar | 4.8.1 |