| License |
License |
|---|---|
| GroupId | GroupIdid.ac.unpar |
| ArtifactId | ArtifactIdSIAModels |
| Version | Version5.1.1 |
| 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.1.1.pom | |
| SIAModels-5.1.1.jar | 158 KB |
| SIAModels-5.1.1-sources.jar | 98 KB |
| SIAModels-5.1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/ -->
<dependency>
<groupId>id.ac.unpar</groupId>
<artifactId>SIAModels</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/
implementation 'id.ac.unpar:SIAModels:5.1.1'
// https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/
implementation ("id.ac.unpar:SIAModels:5.1.1")
'id.ac.unpar:SIAModels:jar:5.1.1'
<dependency org="id.ac.unpar" name="SIAModels" rev="5.1.1">
<artifact name="SIAModels" type="jar" />
</dependency>
@Grapes(
@Grab(group='id.ac.unpar', module='SIAModels', version='5.1.1')
)
libraryDependencies += "id.ac.unpar" % "SIAModels" % "5.1.1"
[id.ac.unpar/SIAModels "5.1.1"]