Unstructured4s
A Scala 3 library that provides a functional wrapper for the Unstructured API.
Setup
The library is published to Sonatype and Maven Central.
- sbt
libraryDependencies += "org.twelvehart" %% "unstructured4s-core" % "0.1.8"
- Maven
<dependencies> <dependency> <groupId>org.twelvehart</groupId> <artifactId>unstructured4s-core_3</artifactId> <version>0.1.8</version> </dependency> </dependencies>
- Gradle
dependencies { implementation "org.twelvehart:unstructured4s-core_3:0.1.8" }
See the Unstructured4s examples for an even quicker start.
0.1.8