| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdcom.github.thierrysquirrel | 
| ArtifactId | ArtifactIdbutterfly-spring-boot-starter | 
| Version | Version1.4.1.4-RELEASE | 
| Type | Typejar | 
| Description | Descriptionbutterfly-spring-boot-starter butterfly-spring-boot-starter | 
<!-- https://jarcasting.com/artifacts/com.github.thierrysquirrel/butterfly-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.thierrysquirrel</groupId>
    <artifactId>butterfly-spring-boot-starter</artifactId>
    <version>1.4.1.4-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.thierrysquirrel/butterfly-spring-boot-starter/
implementation 'com.github.thierrysquirrel:butterfly-spring-boot-starter:1.4.1.4-RELEASE'// https://jarcasting.com/artifacts/com.github.thierrysquirrel/butterfly-spring-boot-starter/
implementation ("com.github.thierrysquirrel:butterfly-spring-boot-starter:1.4.1.4-RELEASE")'com.github.thierrysquirrel:butterfly-spring-boot-starter:jar:1.4.1.4-RELEASE'<dependency org="com.github.thierrysquirrel" name="butterfly-spring-boot-starter" rev="1.4.1.4-RELEASE">
  <artifact name="butterfly-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.thierrysquirrel', module='butterfly-spring-boot-starter', version='1.4.1.4-RELEASE')
)libraryDependencies += "com.github.thierrysquirrel" % "butterfly-spring-boot-starter" % "1.4.1.4-RELEASE"[com.github.thierrysquirrel/butterfly-spring-boot-starter "1.4.1.4-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.6.5 | 
| com.github.thierrysquirrel : butterfly-spring-boot-autoconfigure | jar | 1.4.1.4-RELEASE |