Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.sandinh |
ArtifactId | ArtifactIdscalafix-core_2.12 |
Version | Version0.9.14.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sandinh/scalafix-core_2.12/ -->
<dependency>
<groupId>com.sandinh</groupId>
<artifactId>scalafix-core_2.12</artifactId>
<version>0.9.14.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sandinh/scalafix-core_2.12/
implementation 'com.sandinh:scalafix-core_2.12:0.9.14.1'
// https://jarcasting.com/artifacts/com.sandinh/scalafix-core_2.12/
implementation ("com.sandinh:scalafix-core_2.12:0.9.14.1")
'com.sandinh:scalafix-core_2.12:jar:0.9.14.1'
<dependency org="com.sandinh" name="scalafix-core_2.12" rev="0.9.14.1">
<artifact name="scalafix-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sandinh', module='scalafix-core_2.12', version='0.9.14.1')
)
libraryDependencies += "com.sandinh" % "scalafix-core_2.12" % "0.9.14.1"
[com.sandinh/scalafix-core_2.12 "0.9.14.1"]