MVN

id.ac.unpar : SIAModels

Maven & Gradle

Aug 26, 2021
0 stars

SIA 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.

<dependency>
    <groupId>id.ac.unpar</groupId>
    <artifactId>SIAModels</artifactId>
    <version>5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of id.ac.unpar : SIAModels to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0

All Versions

Choose a version of id.ac.unpar : SIAModels to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
SIAModels-5.2.0
5.1.x
SIAModels-5.1.1
SIAModels-5.1.0
5.0.x
SIAModels-5.0.0
4.0.x
SIAModels-4.0.0
3.1.x
SIAModels-3.1.0
3.0.x
SIAModels-3.0.1
SIAModels-3.0.0
2.1.x
SIAModels-2.1.0
2.0.x
SIAModels-2.0.0

How to add a dependency to Maven

Add the following id.ac.unpar : SIAModels maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>id.ac.unpar</groupId>
    <artifactId>SIAModels</artifactId>
    <version>5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following id.ac.unpar : SIAModels gradle dependency to your build.gradle file:

implementation 'id.ac.unpar:SIAModels:5.2.0'

Gradle Kotlin DSL: Add the following id.ac.unpar : SIAModels gradle kotlin dependency to your build.gradle.kts file:

implementation("id.ac.unpar:SIAModels:5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following id.ac.unpar : SIAModels sbt scala dependency to your build.sbt file:

libraryDependencies += "id.ac.unpar" % "SIAModels" % "5.2.0"

Advertisement