| License |
License |
|---|---|
| GroupId | GroupIdid.ac.unpar |
| ArtifactId | ArtifactIdSIAModels |
| Last Version | Last Version5.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSIA Models
This library models various aspects of Universitas Katolik Parahyangan's
objects, such as mahasiswa (student), their modules, and their grades.
Theoretically supports all departments, but only Informatics department
is mostly complete.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| SIAModels-5.2.0.pom | |
| SIAModels-5.2.0.jar | 231 KB |
| SIAModels-5.2.0-sources.jar | 160 KB |
| SIAModels-5.2.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/ -->
<dependency>
<groupId>id.ac.unpar</groupId>
<artifactId>SIAModels</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/
implementation 'id.ac.unpar:SIAModels:5.2.0'
// https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/
implementation ("id.ac.unpar:SIAModels:5.2.0")
'id.ac.unpar:SIAModels:jar:5.2.0'
<dependency org="id.ac.unpar" name="SIAModels" rev="5.2.0">
<artifact name="SIAModels" type="jar" />
</dependency>
@Grapes(
@Grab(group='id.ac.unpar', module='SIAModels', version='5.2.0')
)
libraryDependencies += "id.ac.unpar" % "SIAModels" % "5.2.0"
[id.ac.unpar/SIAModels "5.2.0"]