GroupId | GroupIdcom.googlecode.etl-unit |
---|---|
ArtifactId | ArtifactIdetlunit-core |
Version | Version1.6.5 |
Type | Typejar |
Filename | Size |
---|---|
etlunit-core-1.6.5.pom | |
etlunit-core-1.6.5.jar | 454 KB |
etlunit-core-1.6.5-sources.jar | 201 KB |
etlunit-core-1.6.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-core/ -->
<dependency>
<groupId>com.googlecode.etl-unit</groupId>
<artifactId>etlunit-core</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-core/
implementation 'com.googlecode.etl-unit:etlunit-core:1.6.5'
// https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-core/
implementation ("com.googlecode.etl-unit:etlunit-core:1.6.5")
'com.googlecode.etl-unit:etlunit-core:jar:1.6.5'
<dependency org="com.googlecode.etl-unit" name="etlunit-core" rev="1.6.5">
<artifact name="etlunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.etl-unit', module='etlunit-core', version='1.6.5')
)
libraryDependencies += "com.googlecode.etl-unit" % "etlunit-core" % "1.6.5"
[com.googlecode.etl-unit/etlunit-core "1.6.5"]