| License |
License |
|---|---|
| GroupId | GroupIdorg.kuali.student |
| ArtifactId | ArtifactIdstudent |
| Last Version | Last Version2.0.3-cm |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKuali Student
Kuali Student is a modular, open source, standards-based next generation student system that offers a flexible, scalable,
cost-effective system that can be configured to meet the business requirements of any higher education institution
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| student-2.0.3-cm.pom | 37 KB |
| student-2.0.3-cm-tests.jar | 6 KB |
| student-2.0.3-cm-site.xml | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student/student/ -->
<dependency>
<groupId>org.kuali.student</groupId>
<artifactId>student</artifactId>
<version>2.0.3-cm</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student/student/
implementation 'org.kuali.student:student:2.0.3-cm'
// https://jarcasting.com/artifacts/org.kuali.student/student/
implementation ("org.kuali.student:student:2.0.3-cm")
'org.kuali.student:student:jar:2.0.3-cm'
<dependency org="org.kuali.student" name="student" rev="2.0.3-cm">
<artifact name="student" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student', module='student', version='2.0.3-cm')
)
libraryDependencies += "org.kuali.student" % "student" % "2.0.3-cm"
[org.kuali.student/student "2.0.3-cm"]