| Группа | Группаcom.cedarsoft.annotations |
|---|---|
| Идентификатор | Идентификаторinstrumentation |
| Версия | Версия3.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| instrumentation-3.0.1.pom | |
| instrumentation-3.0.1.jar | 14 KB |
| instrumentation-3.0.1-tests.jar | 6 KB |
| instrumentation-3.0.1-sources.jar | 9 KB |
| instrumentation-3.0.1-javadoc.jar | 55 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation/ -->
<dependency>
<groupId>com.cedarsoft.annotations</groupId>
<artifactId>instrumentation</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation/
implementation 'com.cedarsoft.annotations:instrumentation:3.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/instrumentation/
implementation ("com.cedarsoft.annotations:instrumentation:3.0.1")
'com.cedarsoft.annotations:instrumentation:jar:3.0.1'
<dependency org="com.cedarsoft.annotations" name="instrumentation" rev="3.0.1">
<artifact name="instrumentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.annotations', module='instrumentation', version='3.0.1')
)
libraryDependencies += "com.cedarsoft.annotations" % "instrumentation" % "3.0.1"
[com.cedarsoft.annotations/instrumentation "3.0.1"]