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