is not current version
Last Version 1.1

net.bndy:spring-boot-starter-ftsi 1.0

Spring Boot Starter for Full Text Search Interface(ftsi)

Categories

Categories

Spring Boot Container Microservices Net
GroupId

GroupId

net.bndy
ArtifactId

ArtifactId

spring-boot-starter-ftsi
Version

Version

1.0
Type

Type

jar

Download spring-boot-starter-ftsi 1.0


<!-- https://jarcasting.com/artifacts/net.bndy/spring-boot-starter-ftsi/ -->
<dependency>
    <groupId>net.bndy</groupId>
    <artifactId>spring-boot-starter-ftsi</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bndy/spring-boot-starter-ftsi/
implementation 'net.bndy:spring-boot-starter-ftsi:1.0'
// https://jarcasting.com/artifacts/net.bndy/spring-boot-starter-ftsi/
implementation ("net.bndy:spring-boot-starter-ftsi:1.0")
'net.bndy:spring-boot-starter-ftsi:jar:1.0'
<dependency org="net.bndy" name="spring-boot-starter-ftsi" rev="1.0">
  <artifact name="spring-boot-starter-ftsi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bndy', module='spring-boot-starter-ftsi', version='1.0')
)
libraryDependencies += "net.bndy" % "spring-boot-starter-ftsi" % "1.0"
[net.bndy/spring-boot-starter-ftsi "1.0"]