License |
License |
---|---|
GroupId | GroupIdorg.kuali.student |
ArtifactId | ArtifactIdstudent |
Version | Version2.0.3-cm |
Type | Typepom |
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 | 56 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>
<type>pom</type>
</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:pom:2.0.3-cm'
<dependency org="org.kuali.student" name="student" rev="2.0.3-cm">
<artifact name="student" type="pom" />
</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"]