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