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