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