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