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