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