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