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
文件下载
文件名 操作
daisy-3.pom 下载
Apache Maven
<dependency>
  <groupId>org.daisy</groupId>
  <artifactId>daisy</artifactId>
  <version>3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.daisy:daisy:3'
Gradle Kotlin
implementation("org.daisy:daisy:3")
Scala SBT
libraryDependencies += "org.daisy" % "daisy" % "3"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy', module='daisy', version='3')
)
Apache Ivy
<dependency org="org.daisy" name="daisy" rev="3" />
Leiningen
[org.daisy/daisy "3"]
Apache Buildr
'org.daisy:daisy:jar:3'
本项目依赖
该项目无第三方依赖