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