Skip to content

ideaconsult/i5

Repository files navigation

i5

IUCLID5 and IUCLID6 support

JAXB generated classes from IUCLID5.4 , IUCLI5.5 ,IUCLID5.6 and IUCLID6 XSD schema

Available at Maven repository

Parses IUCLID 5.4 / IUCLID 5.5 / IUCLID 5.6 / IUCLID 6 files into internal AMBIT data model. Enables import of IUCLID 5 & IUCLID6 files into AMBIT database.

Stable release

<dependency>
  <groupId>net.idea</groupId>
  <artifactId>i5z</artifactId>
  <version>2.0.0</version>
</dependency>

Development snapshot

<dependency>
  <groupId>net.idea</groupId>
  <artifactId>i5z</artifactId>
  <version>2.2.0-SNAPSHOT</version>
</dependency>

Acknowledgements