| GroupId | GroupIdcom.codacy |
|---|---|
| ArtifactId | ArtifactIdevents-core_2.12 |
| Version | Version2.0.0-cleanup.76cd279_circe_0.8.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.codacy/events-core_2.12/ -->
<dependency>
<groupId>com.codacy</groupId>
<artifactId>events-core_2.12</artifactId>
<version>2.0.0-cleanup.76cd279_circe_0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codacy/events-core_2.12/
implementation 'com.codacy:events-core_2.12:2.0.0-cleanup.76cd279_circe_0.8.0'
// https://jarcasting.com/artifacts/com.codacy/events-core_2.12/
implementation ("com.codacy:events-core_2.12:2.0.0-cleanup.76cd279_circe_0.8.0")
'com.codacy:events-core_2.12:jar:2.0.0-cleanup.76cd279_circe_0.8.0'
<dependency org="com.codacy" name="events-core_2.12" rev="2.0.0-cleanup.76cd279_circe_0.8.0">
<artifact name="events-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codacy', module='events-core_2.12', version='2.0.0-cleanup.76cd279_circe_0.8.0')
)
libraryDependencies += "com.codacy" % "events-core_2.12" % "2.0.0-cleanup.76cd279_circe_0.8.0"
[com.codacy/events-core_2.12 "2.0.0-cleanup.76cd279_circe_0.8.0"]