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