GroupId | GroupIdcom.googlecode.etl-unit |
---|---|
ArtifactId | ArtifactIdetlunit-core |
Version | Version1.6.3 |
Type | Typejar |
Filename | Size |
---|---|
etlunit-core-1.6.3.pom | |
etlunit-core-1.6.3.jar | 451 KB |
etlunit-core-1.6.3-sources.jar | 200 KB |
etlunit-core-1.6.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-core/
implementation 'com.googlecode.etl-unit:etlunit-core:1.6.3'
// https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-core/
implementation ("com.googlecode.etl-unit:etlunit-core:1.6.3")
'com.googlecode.etl-unit:etlunit-core:jar:1.6.3'
<dependency org="com.googlecode.etl-unit" name="etlunit-core" rev="1.6.3">
<artifact name="etlunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.etl-unit', module='etlunit-core', version='1.6.3')
)
libraryDependencies += "com.googlecode.etl-unit" % "etlunit-core" % "1.6.3"
[com.googlecode.etl-unit/etlunit-core "1.6.3"]