| Лицензия |
Лицензия
GPLv3 with Classpath Exception
|
|---|---|
| Группа | Группаcom.cedarsoft.annotations |
| Идентификатор | Идентификаторannotations-parent |
| Версия | Версия8.9.0 |
| Тип | Типjar |
| Описание |
Описаниеannotations.Parent
Parent for the annotations project
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| annotations-parent-8.9.0.pom | 829 bytes |
| annotations-parent-8.9.0-tests.jar | 1 KB |
| annotations-parent-8.9.0-site.xml | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.annotations/annotations-parent/ -->
<dependency>
<groupId>com.cedarsoft.annotations</groupId>
<artifactId>annotations-parent</artifactId>
<version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/annotations-parent/
implementation 'com.cedarsoft.annotations:annotations-parent:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft.annotations/annotations-parent/
implementation ("com.cedarsoft.annotations:annotations-parent:8.9.0")
'com.cedarsoft.annotations:annotations-parent:jar:8.9.0'
<dependency org="com.cedarsoft.annotations" name="annotations-parent" rev="8.9.0">
<artifact name="annotations-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.annotations', module='annotations-parent', version='8.9.0')
)
libraryDependencies += "com.cedarsoft.annotations" % "annotations-parent" % "8.9.0"
[com.cedarsoft.annotations/annotations-parent "8.9.0"]