Legacy Impex Tool

This project creates a bundle of the Impex legacy tool that is decoupled from Subversion. It creates a jar file that has the exact same binaries, source, directory structure, and layout as the Impex contained inside Subversion. Since it is published as a versioned jar file, it can be referenced in other processes (like the Rice binary release process) without those processes needing the ability to connect back to Subversion to check out the tool. Processes that need access to the legacy Impex tool can thus express a normal maven dependency in order to obtain it.

License

License

GroupId

GroupId

org.kuali.db.impex
ArtifactId

ArtifactId

impex-legacy-bundle
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Legacy Impex Tool
This project creates a bundle of the Impex legacy tool that is decoupled from Subversion. It creates a jar file that has the exact same binaries, source, directory structure, and layout as the Impex contained inside Subversion. Since it is published as a versioned jar file, it can be referenced in other processes (like the Rice binary release process) without those processes needing the ability to connect back to Subversion to check out the tool. Processes that need access to the legacy Impex tool can thus express a normal maven dependency in order to obtain it.
Project Organization

Project Organization

The Kuali Foundation

Download impex-legacy-bundle

How to add to project

<!-- https://jarcasting.com/artifacts/org.kuali.db.impex/impex-legacy-bundle/ -->
<dependency>
    <groupId>org.kuali.db.impex</groupId>
    <artifactId>impex-legacy-bundle</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.db.impex/impex-legacy-bundle/
implementation 'org.kuali.db.impex:impex-legacy-bundle:1.0.0'
// https://jarcasting.com/artifacts/org.kuali.db.impex/impex-legacy-bundle/
implementation ("org.kuali.db.impex:impex-legacy-bundle:1.0.0")
'org.kuali.db.impex:impex-legacy-bundle:jar:1.0.0'
<dependency org="org.kuali.db.impex" name="impex-legacy-bundle" rev="1.0.0">
  <artifact name="impex-legacy-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.db.impex', module='impex-legacy-bundle', version='1.0.0')
)
libraryDependencies += "org.kuali.db.impex" % "impex-legacy-bundle" % "1.0.0"
[org.kuali.db.impex/impex-legacy-bundle "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0