| License |
License |
|---|---|
| Categories |
CategoriesScala Languages |
| GroupId | GroupIdcom.github.xuwei-k |
| ArtifactId | ArtifactIdscala-reflect |
| Version | Version2.13.3-bin-e832e2a |
| Type | Typejar |
| Description |
DescriptionScala Compiler
Compiler for the Scala Programming Language
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/scala-reflect/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.13.3-bin-e832e2a</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/scala-reflect/
implementation 'com.github.xuwei-k:scala-reflect:2.13.3-bin-e832e2a'
// https://jarcasting.com/artifacts/com.github.xuwei-k/scala-reflect/
implementation ("com.github.xuwei-k:scala-reflect:2.13.3-bin-e832e2a")
'com.github.xuwei-k:scala-reflect:jar:2.13.3-bin-e832e2a'
<dependency org="com.github.xuwei-k" name="scala-reflect" rev="2.13.3-bin-e832e2a">
<artifact name="scala-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='scala-reflect', version='2.13.3-bin-e832e2a')
)
libraryDependencies += "com.github.xuwei-k" % "scala-reflect" % "2.13.3-bin-e832e2a"
[com.github.xuwei-k/scala-reflect "2.13.3-bin-e832e2a"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.xuwei-k : scala-library | jar | 2.13.3-bin-e832e2a |