| GroupId | GroupIdcom.github.devlab-umontp |
|---|---|
| ArtifactId | ArtifactIdedt-iut-umontp |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| edt-iut-umontp-1.0.0.pom | |
| edt-iut-umontp-1.0.0.jar | 17 KB |
| edt-iut-umontp-1.0.0-sources.jar | 12 KB |
| edt-iut-umontp-1.0.0-javadoc.jar | 417 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.devlab-umontp/edt-iut-umontp/ -->
<dependency>
<groupId>com.github.devlab-umontp</groupId>
<artifactId>edt-iut-umontp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devlab-umontp/edt-iut-umontp/
implementation 'com.github.devlab-umontp:edt-iut-umontp:1.0.0'
// https://jarcasting.com/artifacts/com.github.devlab-umontp/edt-iut-umontp/
implementation ("com.github.devlab-umontp:edt-iut-umontp:1.0.0")
'com.github.devlab-umontp:edt-iut-umontp:jar:1.0.0'
<dependency org="com.github.devlab-umontp" name="edt-iut-umontp" rev="1.0.0">
<artifact name="edt-iut-umontp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devlab-umontp', module='edt-iut-umontp', version='1.0.0')
)
libraryDependencies += "com.github.devlab-umontp" % "edt-iut-umontp" % "1.0.0"
[com.github.devlab-umontp/edt-iut-umontp "1.0.0"]