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