GroupId | GroupIdcom.github.anylogic |
---|---|
ArtifactId | ArtifactIdalogic-lucene |
Version | Version1.6.8 |
Type | Typejar |
Filename | Size |
---|---|
alogic-lucene-1.6.8.pom | |
alogic-lucene-1.6.8.jar | 13 KB |
alogic-lucene-1.6.8-sources.jar | 7 KB |
alogic-lucene-1.6.8-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anylogic/alogic-lucene/ -->
<dependency>
<groupId>com.github.anylogic</groupId>
<artifactId>alogic-lucene</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-lucene/
implementation 'com.github.anylogic:alogic-lucene:1.6.8'
// https://jarcasting.com/artifacts/com.github.anylogic/alogic-lucene/
implementation ("com.github.anylogic:alogic-lucene:1.6.8")
'com.github.anylogic:alogic-lucene:jar:1.6.8'
<dependency org="com.github.anylogic" name="alogic-lucene" rev="1.6.8">
<artifact name="alogic-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anylogic', module='alogic-lucene', version='1.6.8')
)
libraryDependencies += "com.github.anylogic" % "alogic-lucene" % "1.6.8"
[com.github.anylogic/alogic-lucene "1.6.8"]