License |
License |
---|---|
Categories |
CategoriesClover Application Testing & Monitoring Code Coverage |
GroupId | GroupIdorg.kuali.db.impex |
ArtifactId | ArtifactIdimpex-cloveretl-ce |
Last Version | Last Version2.8.1-kuali |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionImpex CloverETL
Impex CloverETL data integration platform.
This is based on the comment extraction branch of the Ant based tool hosted at Kuali.
Maven is used to wrap the Ant based tool into a bundle (identified by groupId+artifactId+version) so we can express a proper dependency to it without resorting to SCM trickery.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
impex-cloveretl-ce-2.8.1-kuali.pom | |
impex-cloveretl-ce-2.8.1-kuali.jar | 35 MB |
impex-cloveretl-ce-2.8.1-kuali-sources.jar | 35 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.db.impex/impex-cloveretl-ce/ -->
<dependency>
<groupId>org.kuali.db.impex</groupId>
<artifactId>impex-cloveretl-ce</artifactId>
<version>2.8.1-kuali</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.db.impex/impex-cloveretl-ce/
implementation 'org.kuali.db.impex:impex-cloveretl-ce:2.8.1-kuali'
// https://jarcasting.com/artifacts/org.kuali.db.impex/impex-cloveretl-ce/
implementation ("org.kuali.db.impex:impex-cloveretl-ce:2.8.1-kuali")
'org.kuali.db.impex:impex-cloveretl-ce:jar:2.8.1-kuali'
<dependency org="org.kuali.db.impex" name="impex-cloveretl-ce" rev="2.8.1-kuali">
<artifact name="impex-cloveretl-ce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.db.impex', module='impex-cloveretl-ce', version='2.8.1-kuali')
)
libraryDependencies += "org.kuali.db.impex" % "impex-cloveretl-ce" % "2.8.1-kuali"
[org.kuali.db.impex/impex-cloveretl-ce "2.8.1-kuali"]