| GroupId | GroupIdorg.bitbucket.bradleysmithllc.etlunit |
|---|---|
| ArtifactId | ArtifactIdetlunit-file |
| Version | Version3.4.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| etlunit-file-3.4.13.pom | |
| etlunit-file-3.4.13.jar | 90 KB |
| etlunit-file-3.4.13-sources.jar | 52 KB |
| etlunit-file-3.4.13-javadoc.jar | 284 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.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/etlunit-file/
implementation 'org.bitbucket.bradleysmithllc.etlunit:etlunit-file:3.4.13'
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/etlunit-file/
implementation ("org.bitbucket.bradleysmithllc.etlunit:etlunit-file:3.4.13")
'org.bitbucket.bradleysmithllc.etlunit:etlunit-file:jar:3.4.13'
<dependency org="org.bitbucket.bradleysmithllc.etlunit" name="etlunit-file" rev="3.4.13">
<artifact name="etlunit-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.bradleysmithllc.etlunit', module='etlunit-file', version='3.4.13')
)
libraryDependencies += "org.bitbucket.bradleysmithllc.etlunit" % "etlunit-file" % "3.4.13"
[org.bitbucket.bradleysmithllc.etlunit/etlunit-file "3.4.13"]