d

daisy

The DAISY Consortium is an international association that develops, maintains and promotes international DAISY (Digital Accessible Information System) Standards. It is managed by a Board made up of representatives from all Full Member organizations. The Consortium is constituted as a not-for-profit association under Swiss law and is governed by Articles of Association.
http://www.daisy.org/
GNU Lesser General Public License, Version 3
The DAISY Consortium
Romain Deltour
Files download
File Operation
daisy-2.pom download
Apache Maven
<dependency>
  <groupId>org.daisy</groupId>
  <artifactId>daisy</artifactId>
  <version>2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.daisy:daisy:2'
Gradle Kotlin
implementation("org.daisy:daisy:2")
Scala SBT
libraryDependencies += "org.daisy" % "daisy" % "2"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy', module='daisy', version='2')
)
Apache Ivy
<dependency org="org.daisy" name="daisy" rev="2" />
Leiningen
[org.daisy/daisy "2"]
Apache Buildr
'org.daisy:daisy:jar:2'
Dependencies
The project has no third-party dependencies