Categories |
CategoriesSpring Boot Container Microservices Search Business Logic Libraries |
---|---|
GroupId | GroupIdtop.mangues |
ArtifactId | ArtifactIdsearchdb-spring-boot-starter |
Version | Version0.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.mangues/searchdb-spring-boot-starter/ -->
<dependency>
<groupId>top.mangues</groupId>
<artifactId>searchdb-spring-boot-starter</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.mangues/searchdb-spring-boot-starter/
implementation 'top.mangues:searchdb-spring-boot-starter:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/top.mangues/searchdb-spring-boot-starter/
implementation ("top.mangues:searchdb-spring-boot-starter:0.0.2-RELEASE")
'top.mangues:searchdb-spring-boot-starter:jar:0.0.2-RELEASE'
<dependency org="top.mangues" name="searchdb-spring-boot-starter" rev="0.0.2-RELEASE">
<artifact name="searchdb-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.mangues', module='searchdb-spring-boot-starter', version='0.0.2-RELEASE')
)
libraryDependencies += "top.mangues" % "searchdb-spring-boot-starter" % "0.0.2-RELEASE"
[top.mangues/searchdb-spring-boot-starter "0.0.2-RELEASE"]