k

kuali

Kuali is a community of universities, colleges, businesses, and other organizations that have partnered to build and sustain open-source administrative software for higher education, by higher education. Kuali software is designed to meet the needs of all sizes of institutions, from land-grant research universities to community colleges. The members of the Kuali Community share a common vision of open, modular, and distributed systems for their software requirements. Kuali software is released under the Educational Community License
${kuali.site.public.url}
Educational Community License, Version 2.0
The Kuali Foundation
Jeff Caddel
文件下载
文件名 操作
kuali-69.pom 下载
Apache Maven
<dependency>
  <groupId>org.kuali</groupId>
  <artifactId>kuali</artifactId>
  <version>69</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kuali:kuali:69'
Gradle Kotlin
implementation("org.kuali:kuali:69")
Scala SBT
libraryDependencies += "org.kuali" % "kuali" % "69"
Groovy Grape
@Grapes(
  @Grab(group='org.kuali', module='kuali', version='69')
)
Apache Ivy
<dependency org="org.kuali" name="kuali" rev="69" />
Leiningen
[org.kuali/kuali "69"]
Apache Buildr
'org.kuali:kuali:jar:69'
本项目依赖
该项目无第三方依赖