This release contains the full source code for the ROSET Java API v1.0.0
Instruction to use the ROSET Java API:
-
Copy the
SAS_ROSET.javafile into your project directory. -
Open the file in your IDE or text editor, and modify the
package com.sas.roset.api;declaration at the top of the file to match your project's package structure. -
You can now access the
SAS_ROSETclass as you would with any standard Javaclass.