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