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