| GroupId | GroupIdorg.bitbucket.bradleysmithllc.etlunit |
|---|---|
| ArtifactId | ArtifactIdetlunit-hadoop |
| Version | Version4.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| etlunit-hadoop-4.0.0.pom | |
| etlunit-hadoop-4.0.0.jar | 112 KB |
| etlunit-hadoop-4.0.0-sources.jar | 62 KB |
| etlunit-hadoop-4.0.0-javadoc.jar | 348 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/etlunit-hadoop/ -->
<dependency>
<groupId>org.bitbucket.bradleysmithllc.etlunit</groupId>
<artifactId>etlunit-hadoop</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/etlunit-hadoop/
implementation 'org.bitbucket.bradleysmithllc.etlunit:etlunit-hadoop:4.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/etlunit-hadoop/
implementation ("org.bitbucket.bradleysmithllc.etlunit:etlunit-hadoop:4.0.0")
'org.bitbucket.bradleysmithllc.etlunit:etlunit-hadoop:jar:4.0.0'
<dependency org="org.bitbucket.bradleysmithllc.etlunit" name="etlunit-hadoop" rev="4.0.0">
<artifact name="etlunit-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.bradleysmithllc.etlunit', module='etlunit-hadoop', version='4.0.0')
)
libraryDependencies += "org.bitbucket.bradleysmithllc.etlunit" % "etlunit-hadoop" % "4.0.0"
[org.bitbucket.bradleysmithllc.etlunit/etlunit-hadoop "4.0.0"]