License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net |
GroupId | GroupIdnet.bndy |
ArtifactId | ArtifactIdspring-boot-starter-ftsi |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionSpring Boot FTSI Starter
Spring Boot Starter for Full Text Search Interface(ftsi)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.bndy/spring-boot-starter-ftsi/ -->
<dependency>
<groupId>net.bndy</groupId>
<artifactId>spring-boot-starter-ftsi</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bndy/spring-boot-starter-ftsi/
implementation 'net.bndy:spring-boot-starter-ftsi:1.1'
// https://jarcasting.com/artifacts/net.bndy/spring-boot-starter-ftsi/
implementation ("net.bndy:spring-boot-starter-ftsi:1.1")
'net.bndy:spring-boot-starter-ftsi:jar:1.1'
<dependency org="net.bndy" name="spring-boot-starter-ftsi" rev="1.1">
<artifact name="spring-boot-starter-ftsi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bndy', module='spring-boot-starter-ftsi', version='1.1')
)
libraryDependencies += "net.bndy" % "spring-boot-starter-ftsi" % "1.1"
[net.bndy/spring-boot-starter-ftsi "1.1"]
Group / Artifact | Type | Version |
---|---|---|
net.bndy : ftsi | jar | 1.6 |
org.springframework.boot : spring-boot-starter | jar | 2.0.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |