License |
License |
---|---|
GroupId | GroupIdcom.dimajix.flowman |
ArtifactId | ArtifactIdflowman-testing |
Version | Version0.6.1 |
Type | Typejar |
Description |
DescriptionFlowman testing utilities
A Spark based ETL tool
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flowman-testing-0.6.1.pom | |
flowman-testing-0.6.1.jar | 32 KB |
flowman-testing-0.6.1-sources.jar | 7 KB |
flowman-testing-0.6.1-javadoc.jar | 360 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dimajix.flowman/flowman-testing/ -->
<dependency>
<groupId>com.dimajix.flowman</groupId>
<artifactId>flowman-testing</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dimajix.flowman/flowman-testing/
implementation 'com.dimajix.flowman:flowman-testing:0.6.1'
// https://jarcasting.com/artifacts/com.dimajix.flowman/flowman-testing/
implementation ("com.dimajix.flowman:flowman-testing:0.6.1")
'com.dimajix.flowman:flowman-testing:jar:0.6.1'
<dependency org="com.dimajix.flowman" name="flowman-testing" rev="0.6.1">
<artifact name="flowman-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dimajix.flowman', module='flowman-testing', version='0.6.1')
)
libraryDependencies += "com.dimajix.flowman" % "flowman-testing" % "0.6.1"
[com.dimajix.flowman/flowman-testing "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-hive_2.11 | jar | 2.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.11 | jar | 2.4.2 |
org.apache.spark : spark-sql_2.11 | jar | 2.4.2 |
org.mockito : mockito-core | jar | 2.15.0 |
org.scalatest : scalatest_2.11 | jar | 3.0.3 |
org.scalamock : scalamock_2.11 | jar | 4.1.0 |