| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.entando |
| Идентификатор | Идентификаторentando-core-parent |
| Последняя версия | Последняя версия6.4.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEntando Core Maven Parent POM
Entando Core Maven Parent POM
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| entando-core-parent-6.4.8.pom | 58 KB |
| entando-core-parent-6.4.8-tests.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.entando/entando-core-parent/ -->
<dependency>
<groupId>org.entando</groupId>
<artifactId>entando-core-parent</artifactId>
<version>6.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.entando/entando-core-parent/
implementation 'org.entando:entando-core-parent:6.4.8'
// https://jarcasting.com/artifacts/org.entando/entando-core-parent/
implementation ("org.entando:entando-core-parent:6.4.8")
'org.entando:entando-core-parent:jar:6.4.8'
<dependency org="org.entando" name="entando-core-parent" rev="6.4.8">
<artifact name="entando-core-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.entando', module='entando-core-parent', version='6.4.8')
)
libraryDependencies += "org.entando" % "entando-core-parent" % "6.4.8"
[org.entando/entando-core-parent "6.4.8"]