Skip to content

ROSET Java API v1.0.0

Latest

Choose a tag to compare

@saaiqSAS saaiqSAS released this 22 Feb 04:34
· 11 commits to main since this release

This release contains the full source code for the ROSET Java API v1.0.0

Instruction to use the ROSET Java API:

  1. Copy the SAS_ROSET.java file into your project directory.

  2. 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.

  3. You can now access the SAS_ROSET class as you would with any standard Java class.