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