cosmicflame / java-idol-types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-idol-types

Java Client for DOM parsing of ACI responses in accordance with XML schemas. The parsing method used is JAXB. Note that while this is performant, it should not be used where responses are allowed to be very large.

Information can be found on the project homepage here

Build Status

Usage

java-idol-types is available from the central Maven repository.

<dependency>
    <groupId>com.hp.autonomy.frontend</groupId>
    <artifactId>idol-types</artifactId>
    <version>1.8.0</version>
</dependency>

License

Copyright 2015 Hewlett-Packard Development Company, L.P. Copyright 2015-2017 Hewlett Packard Enterprise Development LP

Licensed under the MIT License (the "License"); you may not use this project except in compliance with the License.

About

License:MIT License


Languages

Language:Java 99.8%Language:Shell 0.2%