| GroupId | GroupIdorg.kuali.student.core |
|---|---|
| ArtifactId | ArtifactIdks-core |
| Version | Version1.2-M1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ks-core-1.2-M1.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.core/ks-core/ -->
<dependency>
<groupId>org.kuali.student.core</groupId>
<artifactId>ks-core</artifactId>
<version>1.2-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.core/ks-core/
implementation 'org.kuali.student.core:ks-core:1.2-M1'
// https://jarcasting.com/artifacts/org.kuali.student.core/ks-core/
implementation ("org.kuali.student.core:ks-core:1.2-M1")
'org.kuali.student.core:ks-core:pom:1.2-M1'
<dependency org="org.kuali.student.core" name="ks-core" rev="1.2-M1">
<artifact name="ks-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.core', module='ks-core', version='1.2-M1')
)
libraryDependencies += "org.kuali.student.core" % "ks-core" % "1.2-M1"
[org.kuali.student.core/ks-core "1.2-M1"]