is not current version
Last Version 2.0.3-cm

org.kuali.student:student 1.2-M3


GroupId

GroupId

org.kuali.student
ArtifactId

ArtifactId

student
Version

Version

1.2-M3
Type

Type

pom

Download student 1.2-M3

Filename Size
student-1.2-M3.pom 35 KB
Browse

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