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