Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.flaxsearch |
ArtifactId | ArtifactIdluwak |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
luwak-1.3.0.pom | |
luwak-1.3.0.jar | 171 KB |
luwak-1.3.0-sources.jar | 112 KB |
luwak-1.3.0-javadoc.jar | 674 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flaxsearch/luwak/ -->
<dependency>
<groupId>com.github.flaxsearch</groupId>
<artifactId>luwak</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flaxsearch/luwak/
implementation 'com.github.flaxsearch:luwak:1.3.0'
// https://jarcasting.com/artifacts/com.github.flaxsearch/luwak/
implementation ("com.github.flaxsearch:luwak:1.3.0")
'com.github.flaxsearch:luwak:jar:1.3.0'
<dependency org="com.github.flaxsearch" name="luwak" rev="1.3.0">
<artifact name="luwak" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flaxsearch', module='luwak', version='1.3.0')
)
libraryDependencies += "com.github.flaxsearch" % "luwak" % "1.3.0"
[com.github.flaxsearch/luwak "1.3.0"]