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