Skip to content

Releases: SAS-ROSET/ROSET_Java_API

ROSET Java API v1.0.0

22 Feb 04:34

Choose a tag to compare

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.