is not current version
Last Version 5.2.0

id.ac.unpar:SIAModels 4.0.0

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.

GroupId

GroupId

id.ac.unpar
ArtifactId

ArtifactId

SIAModels
Version

Version

4.0.0
Type

Type

jar

Download SIAModels 4.0.0


<!-- https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/ -->
<dependency>
    <groupId>id.ac.unpar</groupId>
    <artifactId>SIAModels</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/
implementation 'id.ac.unpar:SIAModels:4.0.0'
// https://jarcasting.com/artifacts/id.ac.unpar/SIAModels/
implementation ("id.ac.unpar:SIAModels:4.0.0")
'id.ac.unpar:SIAModels:jar:4.0.0'
<dependency org="id.ac.unpar" name="SIAModels" rev="4.0.0">
  <artifact name="SIAModels" type="jar" />
</dependency>
@Grapes(
@Grab(group='id.ac.unpar', module='SIAModels', version='4.0.0')
)
libraryDependencies += "id.ac.unpar" % "SIAModels" % "4.0.0"
[id.ac.unpar/SIAModels "4.0.0"]