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