MVN

de.femtopedia.studip : studip-uni-passau

Maven & Gradle

Jul 10, 2022
2 stars

StudIP-Library-Uni-Passau · A simple wrapper around the StudIP RestAPI from Uni Passau

<dependency>
    <groupId>de.femtopedia.studip</groupId>
    <artifactId>studip-uni-passau</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.femtopedia.studip : studip-uni-passau to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of de.femtopedia.studip : studip-uni-passau to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
studip-uni-passau-1.9.1
1.9
studip-uni-passau-1.9
1.8.x
studip-uni-passau-1.8.1
1.8
studip-uni-passau-1.8
1.7
studip-uni-passau-1.7
1.6
studip-uni-passau-1.6
1.5
studip-uni-passau-1.5
1.4.x
studip-uni-passau-1.4.2
studip-uni-passau-1.4.1
1.4
studip-uni-passau-1.4
1.3.x
studip-uni-passau-1.3.3
studip-uni-passau-1.3.2

How to add a dependency to Maven

Add the following de.femtopedia.studip : studip-uni-passau maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.femtopedia.studip</groupId>
    <artifactId>studip-uni-passau</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.femtopedia.studip : studip-uni-passau gradle dependency to your build.gradle file:

implementation 'de.femtopedia.studip:studip-uni-passau:1.9.1'

Gradle Kotlin DSL: Add the following de.femtopedia.studip : studip-uni-passau gradle kotlin dependency to your build.gradle.kts file:

implementation("de.femtopedia.studip:studip-uni-passau:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.femtopedia.studip : studip-uni-passau sbt scala dependency to your build.sbt file:

libraryDependencies += "de.femtopedia.studip" % "studip-uni-passau" % "1.9.1"