Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdch.epfl.lamp |
ArtifactId | ArtifactIdscala-reflect |
Version | Version0.15.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
scala-reflect-0.15.0-RC1.pom | |
scala-reflect-0.15.0-RC1.jar | 326 bytes |
scala-reflect-0.15.0-RC1-sources.jar | 256 bytes |
scala-reflect-0.15.0-RC1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/scala-reflect/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>scala-reflect</artifactId>
<version>0.15.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/scala-reflect/
implementation 'ch.epfl.lamp:scala-reflect:0.15.0-RC1'
// https://jarcasting.com/artifacts/ch.epfl.lamp/scala-reflect/
implementation ("ch.epfl.lamp:scala-reflect:0.15.0-RC1")
'ch.epfl.lamp:scala-reflect:jar:0.15.0-RC1'
<dependency org="ch.epfl.lamp" name="scala-reflect" rev="0.15.0-RC1">
<artifact name="scala-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='scala-reflect', version='0.15.0-RC1')
)
libraryDependencies += "ch.epfl.lamp" % "scala-reflect" % "0.15.0-RC1"
[ch.epfl.lamp/scala-reflect "0.15.0-RC1"]