| License |
License |
|---|---|
| GroupId | GroupIdorg.kuali |
| ArtifactId | ArtifactIdkuali-common |
| Version | Version28 |
| Type | Typejar |
| Description |
DescriptionKuali Common
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.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kuali-common-28.pom | 20 KB |
| kuali-common-28-tests.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali/kuali-common/ -->
<dependency>
<groupId>org.kuali</groupId>
<artifactId>kuali-common</artifactId>
<version>28</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali/kuali-common/
implementation 'org.kuali:kuali-common:28'
// https://jarcasting.com/artifacts/org.kuali/kuali-common/
implementation ("org.kuali:kuali-common:28")
'org.kuali:kuali-common:jar:28'
<dependency org="org.kuali" name="kuali-common" rev="28">
<artifact name="kuali-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali', module='kuali-common', version='28')
)
libraryDependencies += "org.kuali" % "kuali-common" % "28"
[org.kuali/kuali-common "28"]