Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.xuwei-k |
ArtifactId | ArtifactIdscala-reflect |
Version | Version2.13.3-bin-9be7dc5 |
Type | Typejar |
<!-- 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-9be7dc5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/scala-reflect/
implementation 'com.github.xuwei-k:scala-reflect:2.13.3-bin-9be7dc5'
// https://jarcasting.com/artifacts/com.github.xuwei-k/scala-reflect/
implementation ("com.github.xuwei-k:scala-reflect:2.13.3-bin-9be7dc5")
'com.github.xuwei-k:scala-reflect:jar:2.13.3-bin-9be7dc5'
<dependency org="com.github.xuwei-k" name="scala-reflect" rev="2.13.3-bin-9be7dc5">
<artifact name="scala-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='scala-reflect', version='2.13.3-bin-9be7dc5')
)
libraryDependencies += "com.github.xuwei-k" % "scala-reflect" % "2.13.3-bin-9be7dc5"
[com.github.xuwei-k/scala-reflect "2.13.3-bin-9be7dc5"]