| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.twitter.elephantbird |
| Идентификатор | Идентификаторelephant-bird-pig-lucene |
| Версия | Версия4.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-pig-lucene/ -->
<dependency>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-pig-lucene</artifactId>
<version>4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-pig-lucene/
implementation 'com.twitter.elephantbird:elephant-bird-pig-lucene:4.5'
// https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-pig-lucene/
implementation ("com.twitter.elephantbird:elephant-bird-pig-lucene:4.5")
'com.twitter.elephantbird:elephant-bird-pig-lucene:jar:4.5'
<dependency org="com.twitter.elephantbird" name="elephant-bird-pig-lucene" rev="4.5">
<artifact name="elephant-bird-pig-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.elephantbird', module='elephant-bird-pig-lucene', version='4.5')
)
libraryDependencies += "com.twitter.elephantbird" % "elephant-bird-pig-lucene" % "4.5"
[com.twitter.elephantbird/elephant-bird-pig-lucene "4.5"]