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