| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.fcrepo |
| Идентификатор | Идентификаторmodeshape-web |
| Последняя версия | Последняя версия5.5.1.fcr |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеModeShape Web Components
Build the ModeShape web components
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| modeshape-web-5.5.1.fcr.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.fcrepo/modeshape-web/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>modeshape-web</artifactId>
<version>5.5.1.fcr</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/modeshape-web/
implementation 'org.fcrepo:modeshape-web:5.5.1.fcr'
// https://jarcasting.com/artifacts/org.fcrepo/modeshape-web/
implementation ("org.fcrepo:modeshape-web:5.5.1.fcr")
'org.fcrepo:modeshape-web:pom:5.5.1.fcr'
<dependency org="org.fcrepo" name="modeshape-web" rev="5.5.1.fcr">
<artifact name="modeshape-web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='modeshape-web', version='5.5.1.fcr')
)
libraryDependencies += "org.fcrepo" % "modeshape-web" % "5.5.1.fcr"
[org.fcrepo/modeshape-web "5.5.1.fcr"]