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