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