Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdch.epfl.lamp |
ArtifactId | ArtifactIdscala-grading-instragent |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/scala-grading-instragent/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>scala-grading-instragent</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/scala-grading-instragent/
implementation 'ch.epfl.lamp:scala-grading-instragent:0.1'
// https://jarcasting.com/artifacts/ch.epfl.lamp/scala-grading-instragent/
implementation ("ch.epfl.lamp:scala-grading-instragent:0.1")
'ch.epfl.lamp:scala-grading-instragent:jar:0.1'
<dependency org="ch.epfl.lamp" name="scala-grading-instragent" rev="0.1">
<artifact name="scala-grading-instragent" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='scala-grading-instragent', version='0.1')
)
libraryDependencies += "ch.epfl.lamp" % "scala-grading-instragent" % "0.1"
[ch.epfl.lamp/scala-grading-instragent "0.1"]