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