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