| Группа | Группаcom.codacy |
|---|---|
| Идентификатор | Идентификаторcodacy-plugins-tools-list_2.11 |
| Версия | Версия21.2.2_play_2.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.codacy/codacy-plugins-tools-list_2.11/ -->
<dependency>
<groupId>com.codacy</groupId>
<artifactId>codacy-plugins-tools-list_2.11</artifactId>
<version>21.2.2_play_2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.codacy/codacy-plugins-tools-list_2.11/
implementation 'com.codacy:codacy-plugins-tools-list_2.11:21.2.2_play_2.7'
// https://jarcasting.com/artifacts/com.codacy/codacy-plugins-tools-list_2.11/
implementation ("com.codacy:codacy-plugins-tools-list_2.11:21.2.2_play_2.7")
'com.codacy:codacy-plugins-tools-list_2.11:jar:21.2.2_play_2.7'
<dependency org="com.codacy" name="codacy-plugins-tools-list_2.11" rev="21.2.2_play_2.7">
<artifact name="codacy-plugins-tools-list_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codacy', module='codacy-plugins-tools-list_2.11', version='21.2.2_play_2.7')
)
libraryDependencies += "com.codacy" % "codacy-plugins-tools-list_2.11" % "21.2.2_play_2.7"
[com.codacy/codacy-plugins-tools-list_2.11 "21.2.2_play_2.7"]