Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdnet.bndy |
ArtifactId | ArtifactIdspring-boot-starter-ftsi |
Version | Version1.0 |
Type | Typejar |
<!-- 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"]