is not current version
Last Version 1.1.8

org.kuali.pom:kuali 1.0.0

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.

GroupId

GroupId

org.kuali.pom
ArtifactId

ArtifactId

kuali
Version

Version

1.0.0
Type

Type

jar

Download kuali 1.0.0


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