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