is not current version
Last Version 2.0.3-cm

org.kuali.student:student 2.0.0-cm

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

GroupId

GroupId

org.kuali.student
ArtifactId

ArtifactId

student
Version

Version

2.0.0-cm
Type

Type

pom

Download student 2.0.0-cm

Filename Size
student-2.0.0-cm.pom 56 KB
Browse

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