e

edt-iut-umontp

Package Java permettant de récupérer l'emploi du temps des cours de l'IUT de Montpellier.
https://github.com/DevLab-umontp/Librairie-Java-EDT
Apache Software License, Version 2.0
Emerick BIRON Mathieu SOYSAL
文件下载
文件名 操作
edt-iut-umontp-1.3.1.jar 下载
edt-iut-umontp-1.3.1.pom 下载
edt-iut-umontp-1.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.devlab-umontp</groupId>
  <artifactId>edt-iut-umontp</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.devlab-umontp:edt-iut-umontp:1.3.1'
Gradle Kotlin
implementation("com.github.devlab-umontp:edt-iut-umontp:1.3.1")
Scala SBT
libraryDependencies += "com.github.devlab-umontp" % "edt-iut-umontp" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.devlab-umontp', module='edt-iut-umontp', version='1.3.1')
)
Apache Ivy
<dependency org="com.github.devlab-umontp" name="edt-iut-umontp" rev="1.3.1" />
Leiningen
[com.github.devlab-umontp/edt-iut-umontp "1.3.1"]
Apache Buildr
'com.github.devlab-umontp:edt-iut-umontp:jar:1.3.1'