Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdme.d-d |
ArtifactId | ArtifactIdscala-compiler |
Version | Version2.11.5-20141125-005741-180f2c0e84 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.d-d/scala-compiler/ -->
<dependency>
<groupId>me.d-d</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.11.5-20141125-005741-180f2c0e84</version>
</dependency>
// https://jarcasting.com/artifacts/me.d-d/scala-compiler/
implementation 'me.d-d:scala-compiler:2.11.5-20141125-005741-180f2c0e84'
// https://jarcasting.com/artifacts/me.d-d/scala-compiler/
implementation ("me.d-d:scala-compiler:2.11.5-20141125-005741-180f2c0e84")
'me.d-d:scala-compiler:jar:2.11.5-20141125-005741-180f2c0e84'
<dependency org="me.d-d" name="scala-compiler" rev="2.11.5-20141125-005741-180f2c0e84">
<artifact name="scala-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.d-d', module='scala-compiler', version='2.11.5-20141125-005741-180f2c0e84')
)
libraryDependencies += "me.d-d" % "scala-compiler" % "2.11.5-20141125-005741-180f2c0e84"
[me.d-d/scala-compiler "2.11.5-20141125-005741-180f2c0e84"]