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