Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
libraryDependencies ++= Seq(
  "edu.illinois.ncsa" %% "daffodil-runtime1" % "0.14.0",
)

resolvers ++= Seq(
  "NCSA Sonatype Releases" at "https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases"
)

Feature Support

The DFDL specification allows subsetting of the features in compliant implementations. Daffodil is also an evolving and improving open-source software system.

These pages will tell you about Unsupported Features by Release and which of the official DFDL v1.0.3 spec Errata have been implemented by Daffodil at: Errata Implemented/Not-Implemented by Release

Latest Release

Version 0.14.0

...