не последняя версия
Последняя версия 109

org.kuali:kuali 62

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

Группа

Группа

org.kuali
Идентификатор

Идентификатор

kuali
Версия

Версия

62
Тип

Тип

pom

Скачать kuali 62

Имя Файла Размер
kuali-62.pom 34 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.kuali/kuali/ -->
<dependency>
    <groupId>org.kuali</groupId>
    <artifactId>kuali</artifactId>
    <version>62</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali/kuali/
implementation 'org.kuali:kuali:62'
// https://jarcasting.com/artifacts/org.kuali/kuali/
implementation ("org.kuali:kuali:62")
'org.kuali:kuali:pom:62'
<dependency org="org.kuali" name="kuali" rev="62">
  <artifact name="kuali" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali', module='kuali', version='62')
)
libraryDependencies += "org.kuali" % "kuali" % "62"
[org.kuali/kuali "62"]