Daffodil 1.0.0

This release is from prior to Daffodil's acceptance into the Apache Software Foundation. It is not an Apache Software Foundation release, and is licensed under the NCSA license.

Documentation

Javadoc | Scaladoc

Get Release

<dependency>
  <groupId>edu.illinois.ncsa</groupId>
  <artifactId>daffodil-japi_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

<repository>
  <id>ncsa-sonatype-releases</id>
  <name>NCSA Sonatype Releases</name>
  <url>https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases</url>
</repository>
libraryDependencies += "edu.illinois.ncsa" %% "daffodil-sapi" % "1.0.0"

resolvers += "NCSA Sonatype Releases" at "https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases"
Create the file /etc/yum.repos.d/apache-daffodil.repo with the following content:
[apache-daffodil]
name=Apache Daffodil
baseurl=https://apache.jfrog.io/artifactory/daffodil-rpm/
enabled=1
gpgkey=https://downloads.apache.org/daffodil/KEYS
gpgcheck=1
repo_gpgcheck=0
Run the folllowing command:
sudo dnf install apache-daffodil

Release Notes

Core

CLI

API

TDML