GroupId | GroupIdcom.googlecode.etl-unit |
---|---|
ArtifactId | ArtifactIdetlunit-parent |
Version | Version1.5.1 |
Type | Typepom |
Filename | Size |
---|---|
etlunit-parent-1.5.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-parent/ -->
<dependency>
<groupId>com.googlecode.etl-unit</groupId>
<artifactId>etlunit-parent</artifactId>
<version>1.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-parent/
implementation 'com.googlecode.etl-unit:etlunit-parent:1.5.1'
// https://jarcasting.com/artifacts/com.googlecode.etl-unit/etlunit-parent/
implementation ("com.googlecode.etl-unit:etlunit-parent:1.5.1")
'com.googlecode.etl-unit:etlunit-parent:pom:1.5.1'
<dependency org="com.googlecode.etl-unit" name="etlunit-parent" rev="1.5.1">
<artifact name="etlunit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.etl-unit', module='etlunit-parent', version='1.5.1')
)
libraryDependencies += "com.googlecode.etl-unit" % "etlunit-parent" % "1.5.1"
[com.googlecode.etl-unit/etlunit-parent "1.5.1"]