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