| Лицензия |
Лицензия |
|---|---|
| Группа | Группаeu.xenit.de |
| Идентификатор | Идентификаторannotations |
| Последняя версия | Последняя версия2.1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdynamic-extensions-for-alfresco-annotations
Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| annotations-2.1.3.pom | |
| annotations-2.1.3.jar | 24 KB |
| annotations-2.1.3-sources.jar | 24 KB |
| annotations-2.1.3-javadoc.jar | 518 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.xenit.de/annotations/ -->
<dependency>
<groupId>eu.xenit.de</groupId>
<artifactId>annotations</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.xenit.de/annotations/
implementation 'eu.xenit.de:annotations:2.1.3'
// https://jarcasting.com/artifacts/eu.xenit.de/annotations/
implementation ("eu.xenit.de:annotations:2.1.3")
'eu.xenit.de:annotations:jar:2.1.3'
<dependency org="eu.xenit.de" name="annotations" rev="2.1.3">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.xenit.de', module='annotations', version='2.1.3')
)
libraryDependencies += "eu.xenit.de" % "annotations" % "2.1.3"
[eu.xenit.de/annotations "2.1.3"]