| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.kuali.student.deployments |
| Идентификатор | Идентификаторks-deployments |
| Версия | Версия2.0.3-cm |
| Тип | Типpom |
| Описание |
ОписаниеKS Deployments
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
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ks-deployments-2.0.3-cm.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kuali.student.deployments/ks-deployments/ -->
<dependency>
<groupId>org.kuali.student.deployments</groupId>
<artifactId>ks-deployments</artifactId>
<version>2.0.3-cm</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.deployments/ks-deployments/
implementation 'org.kuali.student.deployments:ks-deployments:2.0.3-cm'
// https://jarcasting.com/artifacts/org.kuali.student.deployments/ks-deployments/
implementation ("org.kuali.student.deployments:ks-deployments:2.0.3-cm")
'org.kuali.student.deployments:ks-deployments:pom:2.0.3-cm'
<dependency org="org.kuali.student.deployments" name="ks-deployments" rev="2.0.3-cm">
<artifact name="ks-deployments" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.deployments', module='ks-deployments', version='2.0.3-cm')
)
libraryDependencies += "org.kuali.student.deployments" % "ks-deployments" % "2.0.3-cm"
[org.kuali.student.deployments/ks-deployments "2.0.3-cm"]