is not current version
Last Version 1.3.0

edu.hm.hafner:autograding-model 0.2.0

This module autogrades Java projects based on a configurable set of metrics.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

edu.hm.hafner
ArtifactId

ArtifactId

autograding-model
Version

Version

0.2.0
Type

Type

jar

Download autograding-model 0.2.0


<!-- https://jarcasting.com/artifacts/edu.hm.hafner/autograding-model/ -->
<dependency>
    <groupId>edu.hm.hafner</groupId>
    <artifactId>autograding-model</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.hm.hafner/autograding-model/
implementation 'edu.hm.hafner:autograding-model:0.2.0'
// https://jarcasting.com/artifacts/edu.hm.hafner/autograding-model/
implementation ("edu.hm.hafner:autograding-model:0.2.0")
'edu.hm.hafner:autograding-model:jar:0.2.0'
<dependency org="edu.hm.hafner" name="autograding-model" rev="0.2.0">
  <artifact name="autograding-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.hm.hafner', module='autograding-model', version='0.2.0')
)
libraryDependencies += "edu.hm.hafner" % "autograding-model" % "0.2.0"
[edu.hm.hafner/autograding-model "0.2.0"]