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