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