Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdch.epfl.lamp |
ArtifactId | ArtifactIdscala-reflect |
Version | Version0.23.0 |
Type | Typejar |
Filename | Size |
---|---|
scala-reflect-0.23.0.pom | |
scala-reflect-0.23.0.jar | 321 bytes |
scala-reflect-0.23.0-sources.jar | 250 bytes |
scala-reflect-0.23.0-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.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/scala-reflect/
implementation 'ch.epfl.lamp:scala-reflect:0.23.0'
// https://jarcasting.com/artifacts/ch.epfl.lamp/scala-reflect/
implementation ("ch.epfl.lamp:scala-reflect:0.23.0")
'ch.epfl.lamp:scala-reflect:jar:0.23.0'
<dependency org="ch.epfl.lamp" name="scala-reflect" rev="0.23.0">
<artifact name="scala-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='scala-reflect', version='0.23.0')
)
libraryDependencies += "ch.epfl.lamp" % "scala-reflect" % "0.23.0"
[ch.epfl.lamp/scala-reflect "0.23.0"]