is not current version
Last Version 2.0.3-cm

org.kuali.student:student 1.2-M1


GroupId

GroupId

org.kuali.student
ArtifactId

ArtifactId

student
Version

Version

1.2-M1
Type

Type

pom

Download student 1.2-M1

Filename Size
student-1.2-M1.pom 34 KB
Browse

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