Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.mavogel |
ArtifactId | ArtifactIdilias-client |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
ilias-client-1.1.5.pom | |
ilias-client-1.1.5.jar | 4 MB |
ilias-client-1.1.5-sources.jar | 94 KB |
ilias-client-1.1.5-javadoc.jar | 343 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mavogel/ilias-client/ -->
<dependency>
<groupId>com.github.mavogel</groupId>
<artifactId>ilias-client</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mavogel/ilias-client/
implementation 'com.github.mavogel:ilias-client:1.1.5'
// https://jarcasting.com/artifacts/com.github.mavogel/ilias-client/
implementation ("com.github.mavogel:ilias-client:1.1.5")
'com.github.mavogel:ilias-client:jar:1.1.5'
<dependency org="com.github.mavogel" name="ilias-client" rev="1.1.5">
<artifact name="ilias-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mavogel', module='ilias-client', version='1.1.5')
)
libraryDependencies += "com.github.mavogel" % "ilias-client" % "1.1.5"
[com.github.mavogel/ilias-client "1.1.5"]