Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.codacy |
ArtifactId | ArtifactIdcodacy-engine-scala-seed_2.11 |
Version | Version2.7.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.codacy/codacy-engine-scala-seed_2.11/ -->
<dependency>
<groupId>com.codacy</groupId>
<artifactId>codacy-engine-scala-seed_2.11</artifactId>
<version>2.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.codacy/codacy-engine-scala-seed_2.11/
implementation 'com.codacy:codacy-engine-scala-seed_2.11:2.7.10'
// https://jarcasting.com/artifacts/com.codacy/codacy-engine-scala-seed_2.11/
implementation ("com.codacy:codacy-engine-scala-seed_2.11:2.7.10")
'com.codacy:codacy-engine-scala-seed_2.11:jar:2.7.10'
<dependency org="com.codacy" name="codacy-engine-scala-seed_2.11" rev="2.7.10">
<artifact name="codacy-engine-scala-seed_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codacy', module='codacy-engine-scala-seed_2.11', version='2.7.10')
)
libraryDependencies += "com.codacy" % "codacy-engine-scala-seed_2.11" % "2.7.10"
[com.codacy/codacy-engine-scala-seed_2.11 "2.7.10"]