This repository contains generated Java objects for use with the Ethos Integration SDK (EISDK) for Java. The code in this respository is not manually maintained, but rather is generated and pushed by an automated process to this repository. FOR THIS REASON, CONTRIBUTIONS TO THIS REPOSITORY ARE NOT ACCEPTED, BUT FORKING OF THIS REPOSITORY IS ENABLED. The binaries for this library are available on Maven.
This contains the Java objects for both the EEDM and BPAPI object libraries.
The object libraries are available through Maven using the following Maven dependencies in your pom.xml file:
EEDM Object Library:
<dependency>
<groupId>com.ellucian</groupId>
<artifactId>integration-sdk-java-objects-EEDM</artifactId>
<version>1.0.1</version>
</dependency>
BPAPI Object Library:
<dependency>
<groupId>com.ellucian</groupId>
<artifactId>integration-sdk-java-objects-BPAPIBAN</artifactId>
<version>1.0.1</version>
</dependency>
Javadoc sites for the EISDK Java object libraries: