Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.mavogel |
ArtifactId | ArtifactIdilias-client |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
ilias-client-1.1.6.pom | |
ilias-client-1.1.6.jar | 4 MB |
ilias-client-1.1.6-sources.jar | 96 KB |
ilias-client-1.1.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mavogel/ilias-client/
implementation 'com.github.mavogel:ilias-client:1.1.6'
// https://jarcasting.com/artifacts/com.github.mavogel/ilias-client/
implementation ("com.github.mavogel:ilias-client:1.1.6")
'com.github.mavogel:ilias-client:jar:1.1.6'
<dependency org="com.github.mavogel" name="ilias-client" rev="1.1.6">
<artifact name="ilias-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mavogel', module='ilias-client', version='1.1.6')
)
libraryDependencies += "com.github.mavogel" % "ilias-client" % "1.1.6"
[com.github.mavogel/ilias-client "1.1.6"]