| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdorg.kuali.student.core |
| ArtifactId | ArtifactIdks-security |
| Last Version | Last Version2.0.3-cm |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionKS Security
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 |
|---|---|
| ks-security-2.0.3-cm.pom | 616 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.core/ks-security/ -->
<dependency>
<groupId>org.kuali.student.core</groupId>
<artifactId>ks-security</artifactId>
<version>2.0.3-cm</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.core/ks-security/
implementation 'org.kuali.student.core:ks-security:2.0.3-cm'
// https://jarcasting.com/artifacts/org.kuali.student.core/ks-security/
implementation ("org.kuali.student.core:ks-security:2.0.3-cm")
'org.kuali.student.core:ks-security:pom:2.0.3-cm'
<dependency org="org.kuali.student.core" name="ks-security" rev="2.0.3-cm">
<artifact name="ks-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.core', module='ks-security', version='2.0.3-cm')
)
libraryDependencies += "org.kuali.student.core" % "ks-security" % "2.0.3-cm"
[org.kuali.student.core/ks-security "2.0.3-cm"]