tree: d73a94ccdf0708257fc80eb05a5e119816e2f011 [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. README.md
incubator/README.md

Incubator modules of Apache SIS

The src sub-directory contains experimental modules that are not yet included in Apache SIS releases. Those JAR files are not deployed on Maven Central repository. Using the JAR files requires compiling the main branch from the sources:

gradle assemble

The JAR files will be in the build/libs/ directory. Their API may change without warning at any time, until the modules move to the endorsed directory.