| Categories | CategoriesCLI User Interface Search Business Logic Libraries | 
|---|---|
| GroupId | GroupIdio.openk9 | 
| ArtifactId | ArtifactIdio.openk9.search.client.service | 
| Version | Version0.0.1-alpha-1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.openk9/io.openk9.search.client.service/ -->
<dependency>
    <groupId>io.openk9</groupId>
    <artifactId>io.openk9.search.client.service</artifactId>
    <version>0.0.1-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/io.openk9/io.openk9.search.client.service/
implementation 'io.openk9:io.openk9.search.client.service:0.0.1-alpha-1'// https://jarcasting.com/artifacts/io.openk9/io.openk9.search.client.service/
implementation ("io.openk9:io.openk9.search.client.service:0.0.1-alpha-1")'io.openk9:io.openk9.search.client.service:jar:0.0.1-alpha-1'<dependency org="io.openk9" name="io.openk9.search.client.service" rev="0.0.1-alpha-1">
  <artifact name="io.openk9.search.client.service" type="jar" />
</dependency>@Grapes(
@Grab(group='io.openk9', module='io.openk9.search.client.service', version='0.0.1-alpha-1')
)libraryDependencies += "io.openk9" % "io.openk9.search.client.service" % "0.0.1-alpha-1"[io.openk9/io.openk9.search.client.service "0.0.1-alpha-1"]