This library provides a Java API to read and write files in the Spotfire Binary Data Format (SBDF).
If you must build this library (and cannot use the precompiled version from the GitHub Packages repository),
execute the package goal using Apache Maven:
$ mvn packageTo use this library:
-
If you are using Apache Maven:
- Configure authentication for GitHub Packages in your Maven
settings.xmlfile as per GitHub's documentation. - Add the GitHub Packages repository to your
pom.xmlfile:<repositories> <repository> <id>github</id> <url>https://maven.pkg.github.com/spotfiresoftware/spotfire-sbdf-java</url> </repository> </repositories>
- Add a dependency to your
pom.xmlfile:<dependency> <groupId>com.spotfire</groupId> <artifactId>sbdf</artifactId> <version>VERSION</version> </dependency>
- Configure authentication for GitHub Packages in your Maven
-
If you are not using Apache Maven, add the
sbdf-VERSION.jarfile to your project.
BSD-type 3-Clause License. See the file LICENSE included in the repository.