a

athena-client

A system to support (semi-)automated assessment of textual exercises.
https://github.com/ls1intum/Athena
MIT License
Jan Philip Bernius
Files download
File Operation
athena-client-1.0.0.jar download
athena-client-1.0.0.pom download
athena-client-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.tum.cit.ase</groupId>
  <artifactId>athena-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'de.tum.cit.ase:athena-client:1.0.0'
Gradle Kotlin
implementation("de.tum.cit.ase:athena-client:1.0.0")
Scala SBT
libraryDependencies += "de.tum.cit.ase" % "athena-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.tum.cit.ase', module='athena-client', version='1.0.0')
)
Apache Ivy
<dependency org="de.tum.cit.ase" name="athena-client" rev="1.0.0" />
Leiningen
[de.tum.cit.ase/athena-client "1.0.0"]
Apache Buildr
'de.tum.cit.ase:athena-client:jar:1.0.0'