Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.xenoby |
ArtifactId | ArtifactIdscalafix-reflect_2.11.12 |
Version | Version0.6.0-M12-patch1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xenoby/scalafix-reflect_2.11.12/ -->
<dependency>
<groupId>com.github.xenoby</groupId>
<artifactId>scalafix-reflect_2.11.12</artifactId>
<version>0.6.0-M12-patch1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xenoby/scalafix-reflect_2.11.12/
implementation 'com.github.xenoby:scalafix-reflect_2.11.12:0.6.0-M12-patch1'
// https://jarcasting.com/artifacts/com.github.xenoby/scalafix-reflect_2.11.12/
implementation ("com.github.xenoby:scalafix-reflect_2.11.12:0.6.0-M12-patch1")
'com.github.xenoby:scalafix-reflect_2.11.12:jar:0.6.0-M12-patch1'
<dependency org="com.github.xenoby" name="scalafix-reflect_2.11.12" rev="0.6.0-M12-patch1">
<artifact name="scalafix-reflect_2.11.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xenoby', module='scalafix-reflect_2.11.12', version='0.6.0-M12-patch1')
)
libraryDependencies += "com.github.xenoby" % "scalafix-reflect_2.11.12" % "0.6.0-M12-patch1"
[com.github.xenoby/scalafix-reflect_2.11.12 "0.6.0-M12-patch1"]