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