Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.thierrysquirrel |
ArtifactId | ArtifactIdsparrow-spring-boot-starter |
Version | Version2.1.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.thierrysquirrel/sparrow-spring-boot-starter/ -->
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>sparrow-spring-boot-starter</artifactId>
<version>2.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/sparrow-spring-boot-starter/
implementation 'com.github.thierrysquirrel:sparrow-spring-boot-starter:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/sparrow-spring-boot-starter/
implementation ("com.github.thierrysquirrel:sparrow-spring-boot-starter:2.1.2-RELEASE")
'com.github.thierrysquirrel:sparrow-spring-boot-starter:jar:2.1.2-RELEASE'
<dependency org="com.github.thierrysquirrel" name="sparrow-spring-boot-starter" rev="2.1.2-RELEASE">
<artifact name="sparrow-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thierrysquirrel', module='sparrow-spring-boot-starter', version='2.1.2-RELEASE')
)
libraryDependencies += "com.github.thierrysquirrel" % "sparrow-spring-boot-starter" % "2.1.2-RELEASE"
[com.github.thierrysquirrel/sparrow-spring-boot-starter "2.1.2-RELEASE"]