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