Skip to content

4.3.0.0-RELEASE

Compare
Choose a tag to compare
@michael-conway michael-conway released this 05 Jul 19:16
· 130 commits to master since this release

Project: Jargon Extensions API - IRODS-EXT

Date: 07/05/2018

Release Version: 4.3.0.0-RELEASE

git tag: 4.3.0.0-RELEASE

News

Extended support in Jargon for advanced iRODS mid-tier capabilities using the IRODS-EXT database. This package is an implementation of the
original jargon-extensions reference implementation. The prior version was associated with the cloud browser, this follow-on implements the
same extension interfaces to track MetaLnx, and will attempt to provide a common API that bridges several projects, giving out-of-the-box baseline functionality.

This is available on Maven

<repository>
            <id>dice.repository</id>
            <name>dice.repository</name>
            <url>https://raw.github.com/DICE-UNC/DICE-Maven/master/releases</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
                <updatePolicy>always</updatePolicy>
                <checksumPolicy>warn</checksumPolicy>
            </snapshots>
        </repository>